Update main.yml

This commit is contained in:
Mandar Kulkarni 2021-07-02 15:54:30 -07:00
parent a18fce2f3a
commit 12d3db3414

View file

@ -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: