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

ansible-playbooks/general#72 Replace include_tasks with import_tasks

parent 70360b8a
Branches
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
failed_when: false
changed_when: false
- include_tasks: install.yml
- import_tasks: install.yml
when: jailkit_available is defined and jailkit_available.stdout != '/usr/sbin/jk_init'
- name: "Create Jail Root Directory"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment