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

ansible-playbooks/general#72 All includes are now include_tasks and they...

ansible-playbooks/general#72 All includes are now include_tasks and they always have a tag associated
parent 71637791
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
- name: "SFTP Role"
set_fact: role_sftp_started=true
tags: always
tags: 'always'
- block:
......@@ -42,7 +42,8 @@
state=directory
mode='775'
- import_tasks: mount.yml
- include_tasks: mount.yml
when: sftp_devpath
tags: 'always'
when: '"sftp" not in excluded_roles'
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