add the tags properly, dumbass
This commit is contained in:
parent
c8f7733f87
commit
7c582adaf9
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
||||||
hosts: rdo.cloud.fedoraproject.org
|
hosts: rdo.cloud.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
tags: create
|
tags:
|
||||||
|
- create
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -16,7 +17,8 @@
|
||||||
hosts: rdo.cloud.fedoraproject.org
|
hosts: rdo.cloud.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
tags: provision
|
tags:
|
||||||
|
- provision
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue