[proxies] ensure directory exists
[proxies] ensure directory exists
This commit is contained in:
parent
6f3ee15c04
commit
0ba8ddaba5
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@
|
||||||
tags:
|
tags:
|
||||||
- apps-fp-o
|
- apps-fp-o
|
||||||
|
|
||||||
|
- name: Ensure directory exixts
|
||||||
|
file:
|
||||||
|
path: /srv/web/apps-fp-o/global/
|
||||||
|
state: directory
|
||||||
|
mode: '1775'
|
||||||
|
tags:
|
||||||
|
- apps-fp-o
|
||||||
|
|
||||||
- name: Copy in some global assets used around our apps
|
- name: Copy in some global assets used around our apps
|
||||||
synchronize: src=global/ dest=/srv/web/apps-fp-o/global/
|
synchronize: src=global/ dest=/srv/web/apps-fp-o/global/
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue