summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/fetch/roles/fetch_tests/handlers/main.yml
blob: c6c296af4d2245c6119388f7d73cf6510df604ba (plain)
1
2
3
4
5
6
7
8
- name: remove test user
  user:
    name: fetcher
    state: absent
    remove: yes
    force: yes
  become: yes
  when: not skip_cleanup | bool