mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fix indent (#20071)
This commit is contained in:
committed by
Toshio Kuratomi
parent
1786c81a65
commit
6ec0369c26
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user