Fix jenknis xml file naming
This commit is contained in:
parent
37ac00204d
commit
d7cf130dc9
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@
|
||||||
|
|
||||||
- name: install jenkins master config files
|
- name: install jenkins master config files
|
||||||
copy: >
|
copy: >
|
||||||
src="{{ item }}.xml"
|
src="{{ item }}"
|
||||||
dest="/var/lib/jenkins/{{ item }}.xml"
|
dest="/var/lib/jenkins/{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- config.xml
|
- config.xml
|
||||||
- credentials.xml
|
- credentials.xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue