Commit 322887ef by Kevin Falcone

Ansible2 compatibility

This was leaving \ in the generated files, which broke Jenkins
parent c5dcedff
......@@ -55,7 +55,7 @@
backup: yes
dest: /etc/default/jenkins
regexp: '^JAVA_ARGS='
line: 'JAVA_ARGS=\"{{ jenkins_jvm_args }}\"'
line: 'JAVA_ARGS="{{ jenkins_jvm_args }}"'
notify:
- restart Jenkins
tags:
......@@ -67,7 +67,7 @@
backup: yes
dest: /etc/default/jenkins
regexp: '^JENKINS_HOME='
line: 'JENKINS_HOME=\"{{ jenkins_home }}\"'
line: 'JENKINS_HOME="{{ jenkins_home }}"'
notify:
- restart Jenkins
tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment