mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
always_run: removed deprecated always_run task option (#40470)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user