summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_nobody/tasks/main.yml
blob: cc0e4fe87b37c4a94db1e99c3e8c411116e0fa76 (plain)
1
2
3
4
5
6
7
---
- name: create nobody user
  user:
    name: nobody
    create_home: no
    state: present
  notify: remove nobody user