fix indent (#20071)

This commit is contained in:
TaoBeier 2017-01-11 10:47:03 +08:00 committed by Toshio Kuratomi
parent 1786c81a65
commit 6ec0369c26
4 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ def main():
variable_manager.set_inventory(inventory)
# create play with tasks
play_source = dict(
play_source = dict(
name = "Ansible Play",
hosts = host_list,
gather_facts = 'no',