disable fireball mode

This commit is contained in:
Seth Vidal 2013-06-06 15:47:05 +00:00
parent 336c98fa33
commit fb809fadc7

View file

@ -21,15 +21,15 @@
# set up the fireball transport # set up the fireball transport
- hosts: mirrorlist #- hosts: mirrorlist
gather_facts: no # gather_facts: no
connection: ssh # connection: ssh
tasks: # tasks:
- action: fireball # - action: fireball
- name: make the box be real - name: make the box be real
hosts: mirrorlist hosts: mirrorlist
connection: fireball # connection: fireball
user: root user: root
gather_facts: True gather_facts: True