|
@ -2,7 +2,7 @@ |
|
|
- name: Stop if ansible version is too low |
|
|
- name: Stop if ansible version is too low |
|
|
assert: |
|
|
assert: |
|
|
that: |
|
|
that: |
|
|
- ansible_version.full|version_compare('2.3.0.0', '>=') |
|
|
|
|
|
|
|
|
- ansible_version.full|version_compare('2.3.0', '>=') |
|
|
run_once: yes |
|
|
run_once: yes |
|
|
|
|
|
|
|
|
- name: Stop if non systemd OS type |
|
|
- name: Stop if non systemd OS type |
|
|