1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00
community.general/test/integration/targets/setup_nobody/tasks/main.yml
Jordan Borean 17bfc60423
test - add setup target that creates the nobody user (#52750)
* test - add setup target that creates the nobody user

* do not set explicit gid/uid for nobody user

* Do no create group and only touch basic attributes
2019-02-22 14:04:10 +10:00

7 lines
124 B
YAML

---
- name: create nobody user
user:
name: nobody
create_home: no
state: present
notify: remove nobody user