common: Changed include_tasks to import_tasks

To enable static instead of dynamic imports
dehydrated
Felix Stupp 4 years ago
parent 36da702163
commit 1ceb1999ff
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,22 +1,22 @@
---
- name: Configure apt packages
include_tasks: packages.yml
import_tasks: packages.yml
- name: Configure sshd
include_tasks: sshd.yml
import_tasks: sshd.yml
- name: Configure ufw
include_tasks: ufw.yml
import_tasks: ufw.yml
- name: Configure locales
include_tasks: locales.yml
import_tasks: locales.yml
- name: Configure custom facts
include_tasks: custom_facts.yml
import_tasks: custom_facts.yml
- name: Configure helpers
include_tasks: helpers.yml
import_tasks: helpers.yml
- name: Configure ssh key for root user
user:

Loading…
Cancel
Save