summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_nobody/handlers/main.yml
blob: 2d02efbb035e536a116b590dbe952fe7bfc4eb70 (plain)
1
2
3
4
5
---
- name: remove nobody user
  user:
    name: nobody
    state: absent