You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/fetch/roles/fetch_tests/handlers/main.yml

9 lines
146 B
YAML

- name: remove test user
user:
name: fetcher
state: absent
remove: yes
force: yes
become: yes
when: not skip_cleanup | bool