mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
add the tags properly, dumbass
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
hosts: rdo.cloud.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: False
|
||||
tags: create
|
||||
tags:
|
||||
- create
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
@@ -16,7 +17,8 @@
|
||||
hosts: rdo.cloud.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: True
|
||||
tags: provision
|
||||
tags:
|
||||
- provision
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
||||
Reference in New Issue
Block a user