Use semicolon instead of colon here.
This commit is contained in:
parent
e85878d802
commit
3b3614795c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
- name: make sundries server
|
||||
hosts: sundries:sundries-stg
|
||||
hosts: sundries;sundries-stg
|
||||
user: root
|
||||
gather_facts: False
|
||||
accelerate: True
|
||||
|
@ -21,7 +21,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: sundries:sundries-stg
|
||||
hosts: sundries;sundries-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue