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

ansible-playbooks/general#72 Replace include_tasks with import_tasks

parent 15d2d1c4
Branches
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@
register: last_result
ignore_errors: yes
- include_tasks: prepare.yml
- import_tasks: prepare.yml
when: "last_result is defined and last_result.stdout != oracle_version"
- include_tasks: configure.yml
- import_tasks: configure.yml
when: '"oracle" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment