mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
always_run: removed deprecated always_run task option (#40470)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# test code for the always_run option
|
||||
# test code for the check_mode: no option
|
||||
# (c) 2014, James Cammarata <jcammarata@ansible.com>
|
||||
|
||||
# This file is part of Ansible
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# test code for the always_run option
|
||||
# test code for the check_mode: no option
|
||||
# (c) 2014, James Cammarata <jcammarata@ansible.com>
|
||||
|
||||
# This file is part of Ansible
|
||||
|
||||
@@ -19,13 +19,12 @@
|
||||
|
||||
#- name: clean out the test directory
|
||||
# file: name={{output_dir|mandatory}} state=absent
|
||||
# always_run: True
|
||||
# tags:
|
||||
# - prepare
|
||||
# when: clean_working_dir|default("yes")|bool
|
||||
#
|
||||
#- name: create the test directory
|
||||
# file: name={{output_dir}} state=directory
|
||||
# always_run: True
|
||||
# check_mode: no
|
||||
# tags:
|
||||
# - prepare
|
||||
|
||||
@@ -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