diff options
author | Jordan Borean <jborean93@gmail.com> | 2023-05-18 21:49:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 21:49:07 +0200 |
commit | 8db9bd757444fba6dd23fcb067e261d877926a33 (patch) | |
tree | 6409b7bb8ee20d6efe02e77d9d24073684add0d9 /test/integration/targets/include_when_parent_is_static | |
parent | command - Add option to disable argument var expansion (#80512) (diff) | |
download | ansible-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.yml | 2 |
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 |