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

Get inithost to work with Ansible 1.9.x

parent afe1b101
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
- name: Oracle Logging | Turn off logging and tracing
lineinfile: dest=/u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora
regexp="^{{item}}"
line="{{item}}"
line={{item}}
with_items:
- 'LOGGING_listener=off'
- 'TRACE_LEVEL_listener=off'
......
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