commit | 98f5411a0b2385342d02da6d1f7bbfc47076640a | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Sat Oct 14 13:12:06 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Sat Oct 14 13:12:06 2017 -0400 |
tree | 99a00b4a22ae77c9c70acf07b14a7065dba3b326 | |
parent | 5611ce82ec46b9d93983d3502be45c78f1827316 [diff] |
updated to include version of opdk prior to 4.17.01
diff --git a/tasks/main.yml b/tasks/main.yml index 4d3d3a4..27dc385 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -10,7 +10,7 @@ - name: Restarting node now become: yes - shell: '/usr/sbin/reboot now' + shell: '/usr/bin/reboot now' async: 0 poll: 0 when: ansible_os_family == "RedHat" and ansible_distribution_major_version | version_compare("6", ">=" )and ansible_distribution_major_version | version_compare("7", "<" )