mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 12:01:17 +08:00
disable fireball mode
This commit is contained in:
@@ -21,15 +21,15 @@
|
||||
|
||||
|
||||
# set up the fireball transport
|
||||
- hosts: mirrorlist
|
||||
gather_facts: no
|
||||
connection: ssh
|
||||
tasks:
|
||||
- action: fireball
|
||||
#- hosts: mirrorlist
|
||||
# gather_facts: no
|
||||
# connection: ssh
|
||||
# tasks:
|
||||
# - action: fireball
|
||||
|
||||
- name: make the box be real
|
||||
hosts: mirrorlist
|
||||
connection: fireball
|
||||
# connection: fireball
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user