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

ansible-playbooks/general#72 Go back to includes for main.yml files

parent 2bc399da
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,9 @@
register: last_result
ignore_errors: yes
- include_tasks: prepare.yml
- include: prepare.yml
when: "last_result is defined and last_result.stdout != oracle_version"
tags: 'always'
- include_tasks: configure.yml
tags: 'always'
- include: 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