mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Switch this to just hit virtservers by default not all hosts.
This commit is contained in:
@@ -37,7 +37,7 @@ if __name__ == '__main__':
|
||||
except AnsibleOptionsError:
|
||||
if len(cli.args) != 1:
|
||||
cli.args = copy.copy(args)
|
||||
cli.args.append('all')
|
||||
cli.args.append('virtservers')
|
||||
cli.parse()
|
||||
|
||||
cli.run()
|
||||
|
||||
Reference in New Issue
Block a user