lint fixes
This commit is contained in:
parent
46ccf974f9
commit
6c5f344318
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@
|
||||||
- name: copy static web content
|
- name: copy static web content
|
||||||
synchronize:
|
synchronize:
|
||||||
dest: "/srv/web/{{ inventory_hostname }}/"
|
dest: "/srv/web/{{ inventory_hostname }}/"
|
||||||
delete: yes
|
delete: true
|
||||||
recursive: yes
|
recursive: true
|
||||||
src: static
|
src: static
|
||||||
|
|
||||||
- name: install nginx xslt config
|
- name: install nginx xslt config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue