fix a syntax error
This commit is contained in:
parent
3808c37ac6
commit
591fd26cd0
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@
|
||||||
hosts: gitlab-dev.cloud.fedoraproject.org
|
hosts: gitlab-dev.cloud.fedoraproject.org
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
tasks:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
yum: state=present name=$item
|
yum: state=present name=$item
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue