Call the new users role from main.yml
This commit is contained in:
parent
4c9e1d51e5
commit
d53a6f576b
1 changed files with 2 additions and 1 deletions
3
main.yml
3
main.yml
|
@ -47,7 +47,8 @@
|
|||
unattended_mail: 'root'
|
||||
|
||||
- name: Setup users
|
||||
include_tasks: tasks/users.yml
|
||||
include_role:
|
||||
name: users
|
||||
|
||||
- name: Install Docker
|
||||
include_role:
|
||||
|
|
Loading…
Reference in a new issue