ansible-share-access/tasks/main.yml

13 lines
271 B
YAML
Raw Normal View History

2020-08-07 19:24:28 +02:00
---
- name: Giving access to users
include_tasks: create_user.yml
vars:
user: "{{ item }}"
with_items: "{{ share_access.users }}"
- name: Giving access to users
include_tasks: share.yml
vars:
user: "{{ item }}"
with_items: "{{ share_access.users }}"