1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-07 12:37:17 +00:00
community.general/tests/integration/targets/alternatives/tasks/remove_links.yml
Ansible Core Team aebc1b03fd Initial commit
2020-03-09 09:11:07 +00:00

7 lines
135 B
YAML

- name: remove links
file:
path: '{{ item }}'
state: absent
with_items:
- /etc/alternatives/dummy
- /usr/bin/dummy