include is deprecated.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
- name: Passwordless sudo for admins
|
||||
lineinfile: dest=/etc/sudoers line="%admin ALL=(ALL:ALL) NOPASSWD:ALL"
|
||||
|
||||
- include: users.yml
|
||||
- import_tasks: users.yml
|
||||
|
||||
- name: common | install packages
|
||||
apt: pkg={{ item }} state=latest update_cache=yes
|
||||
@ -26,4 +26,4 @@
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- include: docker.yml
|
||||
- import_tasks: docker.yml
|
||||
|
Reference in New Issue
Block a user