mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
always_run: removed deprecated always_run task option (#40470)
This commit is contained in:
@@ -114,8 +114,6 @@ class TestBase(unittest.TestCase):
|
||||
data = {'no_log': False,
|
||||
'remote_user': None,
|
||||
'vars': self.assorted_vars,
|
||||
# 'check_mode': False,
|
||||
'always_run': False,
|
||||
'environment': [],
|
||||
'run_once': False,
|
||||
'connection': None,
|
||||
|
||||
Reference in New Issue
Block a user