Switch this to just hit virtservers by default not all hosts.
This commit is contained in:
parent
fc7c279349
commit
b30c2d77f2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue