mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
fix indent (#20071)
This commit is contained in:
parent
1786c81a65
commit
6ec0369c26
4 changed files with 5 additions and 5 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue