include is deprecated.

This commit is contained in:
Egon Rijpkema
2018-03-22 09:21:22 +01:00
parent f8a3179b74
commit c0d50d7444
3 changed files with 29 additions and 29 deletions

View File

@ -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