mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Resolve rebase conflicts
This commit is contained in:
parent
ab6ee1a282
commit
d21281ff43
2 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@ class PlayBook(object):
|
|||
private_key_file=self.private_key_file,
|
||||
setup_cache=self.SETUP_CACHE,
|
||||
basedir=task.play.basedir,
|
||||
conditional=task.only_if,
|
||||
conditional=task.when,
|
||||
callbacks=self.runner_callbacks,
|
||||
sudo=task.sudo,
|
||||
sudo_user=task.sudo_user,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue