mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add "only_if" capability, which allows task steps to be skipped if they do not match a conditional.
This commit is contained in:
@@ -235,7 +235,8 @@
|
||||
"changed": 2,
|
||||
"dark": 0,
|
||||
"failed": 0,
|
||||
"resources": 9
|
||||
"resources": 9,
|
||||
"skipped": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user