fix some loopabull variable quoting
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
e9ba26289a
commit
6019bdbb4d
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
||||
|
||||
pre_tasks:
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
|
@ -38,7 +38,7 @@
|
|||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
||||
|
||||
roles:
|
||||
- {
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
- name: configure loopabull
|
||||
template:
|
||||
src: loopabull.yml.j2
|
||||
dest: {{ansible_cfg_path}}
|
||||
dest: "{{ansible_cfg_path}}"
|
||||
|
||||
- name: clone the playbooks repo into playbooks dir
|
||||
git:
|
||||
repo: "https://pagure.io/releng-automation.git"
|
||||
dest: {{playbooks_dir}}
|
||||
dest: "{{playbooks_dir}}"
|
||||
|
||||
- name: start and enable loopabull
|
||||
service:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue