apache won't work in a pretask right now, move it.
This commit is contained in:
parent
21832f73be
commit
020c53070a
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,6 @@
|
|||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
pre_tasks:
|
||||
- include: "{{ tasks }}/apache.yml"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
|
@ -40,6 +37,7 @@
|
|||
- sudo
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/apache.yml"
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
- include: "{{ tasks }}/2fa_client.yml"
|
||||
- include: "{{ tasks }}/motd.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue