mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Apparantly they should be colons
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# NOTE: most of these vars_path come from group_vars/fedoauth* or from hostvars
|
||||
|
||||
- name: make fedoauth
|
||||
hosts: fedoauth-stg;fedoauth
|
||||
hosts: fedoauth-stg:fedoauth
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: fedoauth-stg;fedoauth
|
||||
hosts: fedoauth-stg:fedoauth
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
@@ -53,7 +53,7 @@
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: deploy fedoauth itself
|
||||
hosts: fedoauth-stg;fedoauth
|
||||
hosts: fedoauth-stg:fedoauth
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
|
||||
Reference in New Issue
Block a user