mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Split conditional imports in playbook into subfunction, fix small bug in event reporting on playbook
actions.
This commit is contained in:
parent
b43019f3a1
commit
44d4dede92
2 changed files with 49 additions and 52 deletions
|
@ -223,15 +223,6 @@
|
|||
"127.0.0.1"
|
||||
]
|
||||
],
|
||||
[
|
||||
"ok",
|
||||
[
|
||||
"127.0.0.1",
|
||||
{
|
||||
"skipped": true
|
||||
}
|
||||
]
|
||||
],
|
||||
[
|
||||
"task start",
|
||||
[
|
||||
|
@ -276,7 +267,7 @@
|
|||
"changed": 2,
|
||||
"dark": 0,
|
||||
"failed": 0,
|
||||
"resources": 12,
|
||||
"resources": 11,
|
||||
"skipped": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue