mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Update main.yml
This commit is contained in:
parent
a18fce2f3a
commit
12d3db3414
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
||||||
that:
|
that:
|
||||||
- at_add is changed
|
- at_add is changed
|
||||||
- at_removal is changed
|
- at_removal is changed
|
||||||
when: ansible_distribution not in ('Ubuntu', 'FreeBSD')
|
when: ansible_distribution not in ('Ubuntu', 'FreeBSD') or ansible_distribution == 'CentOS' and distributed_major_version > 6
|
||||||
|
|
||||||
- name: Create an at command with chdir with valid value
|
- name: Create an at command with chdir with valid value
|
||||||
at:
|
at:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue