web.yml: Remove conditional from role include
We're only supporting Debian family OSes here anyways.
This commit is contained in:
parent
7fd6127d29
commit
6ecbf9ada4
10
web.yml
10
web.yml
@ -6,11 +6,11 @@
|
||||
remote_user: provisioning
|
||||
become: yes
|
||||
roles:
|
||||
- { role: common, when: ansible_os_family == 'Debian' }
|
||||
- { role: mariadb, when: ansible_os_family == 'Debian' }
|
||||
- { role: nginx, when: ansible_os_family == 'Debian' }
|
||||
- { role: php-fpm, when: ansible_os_family == 'Debian' }
|
||||
- { role: munin, when: ansible_os_family == 'Debian' }
|
||||
- common
|
||||
- mariadb
|
||||
- nginx
|
||||
- php-fpm
|
||||
- munin
|
||||
vars_files:
|
||||
- vars/ipsets.yml
|
||||
- "vars/{{ ansible_os_family }}.yml"
|
||||
|
Loading…
Reference in New Issue
Block a user