Feat: preparing for accounts creation

This commit is contained in:
Bertrand Benjamin 2020-09-23 18:20:00 +02:00
parent c4b221354b
commit 4194486224
3 changed files with 4 additions and 2 deletions

View File

@ -4,11 +4,11 @@
become: true become: true
vars_files: vars_files:
- vars/default.yml - vars/default.yml
#- vars/accounts.yml - vars/accounts.yml
tasks: tasks:
- include: tasks/lamp.yml - include: tasks/lamp.yml
# - include: tasks/accounts.yml - include: tasks/accounts.yml
handlers: handlers:
- name: Reload Apache - name: Reload Apache

1
tasks/accounts.yml Normal file
View File

@ -0,0 +1 @@
---

1
vars/accounts.yml Normal file
View File

@ -0,0 +1 @@
---