Skip to content
Snippets Groups Projects
Commit 8f9e84fc authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix deprection warning

Use include_tasks instead of include (requires Ansible 2.4)
parent 55e7ad1e
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,8 @@
state: touch
changed_when: False
- include: create_conda_env.yml
- name: create conda environment(s)
include_tasks: create_conda_env.yml
with_items: "{{ conda_env_files }}"
loop_control:
loop_var: env_file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment