mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Compress the playbook format for readability
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user