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

ansible-playbooks/general#85 Linting

parent 66de61e5
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
ignore_errors: yes
- import_tasks: prepare.yml
when: "last_result is defined and last_result.stdout != oracle_version"
when: last_result is defined and last_result.stdout != oracle_version
- import_tasks: configure.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment