mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Compress the playbook format for readability
This commit is contained in:
parent
b053df4182
commit
6d0fd2bfde
2 changed files with 10 additions and 15 deletions
|
@ -110,7 +110,8 @@ class PlayBook(object):
|
|||
host_list = self.host_list
|
||||
|
||||
instructions = task['do']
|
||||
(comment, module_name, module_args) = instructions
|
||||
(comment, module_details) = instructions
|
||||
(module_name, module_args) = module_details
|
||||
|
||||
namestr = "%s/%s" % (pattern, comment)
|
||||
if conditional:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue