ansible/test/integration/targets/slurp/handlers/main.yml

7 lines
136 B
YAML
Raw Normal View History

- name: remove test user and their home dir
user:
name: "{{ become_test_user }}"
state: absent
remove: yes
force: yes