Use semicolon instead of colon here.

This commit is contained in:
Ralph Bean 2014-04-28 17:13:04 +00:00
parent e85878d802
commit 3b3614795c

View file

@ -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