🎨 Call users role from roles section
There is no need (special arguments, ordering) to call the role from a task.
This commit is contained in:
parent
1b762c190d
commit
1c62788d7f
1 changed files with 1 additions and 5 deletions
|
@ -11,6 +11,7 @@
|
|||
- role: ansible.timezone
|
||||
vars:
|
||||
ag_timezone: "{{ timezone }}"
|
||||
- role: users
|
||||
|
||||
tasks:
|
||||
- name: Update and clean package cache
|
||||
|
@ -41,8 +42,3 @@
|
|||
name:
|
||||
- molly-guard
|
||||
- mc
|
||||
|
||||
|
||||
- name: Setup users
|
||||
include_role:
|
||||
name: users
|
||||
|
|
Loading…
Reference in a new issue