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
|
||||
synchronize:
|
||||
dest: "/srv/web/{{ inventory_hostname }}/"
|
||||
delete: yes
|
||||
recursive: yes
|
||||
delete: true
|
||||
recursive: true
|
||||
src: static
|
||||
|
||||
- name: install nginx xslt config
|
||||
|
|
Loading…
Add table
Reference in a new issue