ansible-experiments/roles/users/tasks/main.yml

9 lines
153 B
YAML
Raw Normal View History

2018-08-07 19:23:08 +00:00
---
- name: Ensure groups exist
group:
name: "{{ item.name }}"
gid: "{{ item.gid | default(ommit) }}"
state: present
with_items: groups