2020-03-09 09:11:07 +00:00
|
|
|
- template:
|
|
|
|
src: dummy_alternative
|
2021-07-25 11:53:38 +00:00
|
|
|
dest: '{{ alternatives_dir }}/dummy'
|
2020-03-09 09:11:07 +00:00
|
|
|
owner: root
|
|
|
|
group: root
|
|
|
|
mode: '0644'
|
|
|
|
when: with_alternatives or ansible_os_family != 'RedHat'
|
|
|
|
- file:
|
2021-07-25 11:53:38 +00:00
|
|
|
path: '{{ alternatives_dir }}/dummy'
|
2020-03-09 09:11:07 +00:00
|
|
|
state: absent
|
|
|
|
when: not with_alternatives and ansible_os_family == 'RedHat'
|