Skip to content
Snippets Groups Projects
Commit 4943d7d8 authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace deprecated "include" directive in Ansible 2.4

parent 21131d58
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@
- block:
- include: spideroak.yml
- include_tasks: spideroak.yml
when: '"spideroak" not in excluded_roles and spideroak_username is defined and spideroak_username != ""'
......@@ -24,7 +24,7 @@
state='installed'
update_cache=yes
- include: register.yml
- include_tasks: register.yml
when: spideroak_available is defined and spideroak_available.stdout != '/usr/bin/SpiderOakONE'
- name: "Stop SpiderOak"
......
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