summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_when_parent_is_static
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2023-05-18 21:49:07 +0200
committerGitHub <noreply@github.com>2023-05-18 21:49:07 +0200
commit8db9bd757444fba6dd23fcb067e261d877926a33 (patch)
tree6409b7bb8ee20d6efe02e77d9d24073684add0d9 /test/integration/targets/include_when_parent_is_static
parentcommand - Add option to disable argument var expansion (#80512) (diff)
downloadansible-8db9bd757444fba6dd23fcb067e261d877926a33.tar.xz
ansible-8db9bd757444fba6dd23fcb067e261d877926a33.zip
Remove deprecated include (#80752)
* Remove deprecated include * Add tombstone entry for include * Use string for date * Use todays date * Remove uneeded if statement
Diffstat (limited to 'test/integration/targets/include_when_parent_is_static')
-rw-r--r--test/integration/targets/include_when_parent_is_static/tasks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/include_when_parent_is_static/tasks.yml b/test/integration/targets/include_when_parent_is_static/tasks.yml
index a234a3dd33..50dd2341c1 100644
--- a/test/integration/targets/include_when_parent_is_static/tasks.yml
+++ b/test/integration/targets/include_when_parent_is_static/tasks.yml
@@ -9,4 +9,4 @@
# perform an include task which should be static if all of the task's parents are static, otherwise it should be dynamic
# this file was loaded using import_tasks, which is static, so this include should also be static
-- include: syntax_error.yml
+- import_tasks: syntax_error.yml