Activate the kerneltest role in its playbook
This commit is contained in:
parent
7bb064b89d
commit
03a1c9dfca
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
user: root
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "{{ private }}/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
@ -26,7 +26,7 @@
|
|||
gather_facts: True
|
||||
accelerate: "{{ accelerated }}"
|
||||
|
||||
vars_files:
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "{{ private }}/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
@ -60,7 +60,7 @@
|
|||
gather_facts: True
|
||||
accelerate: "{{ accelerated }}"
|
||||
|
||||
vars_files:
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "{{ private }}/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
@ -69,5 +69,5 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
roles:
|
||||
#- kerneltest # TODO, we still have to write this role.
|
||||
- kerneltest
|
||||
- fedmsg/base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue