always_run: removed deprecated always_run task option (#40470)

This commit is contained in:
Jordan Borean
2018-05-23 07:10:36 +10:00
committed by GitHub
parent 7145dd05b6
commit 070a5557d1
9 changed files with 6 additions and 14 deletions

View File

@@ -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