Typofix in hostname.
This commit is contained in:
parent
9f6dafbe93
commit
ffd0b74867
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
template: >
|
template: >
|
||||||
src=client_secrets.json.{{env}} dest=/etc/module-build-service/client_secrets.json
|
src=client_secrets.json.{{env}} dest=/etc/module-build-service/client_secrets.json
|
||||||
owner=root group=apache mode=0640
|
owner=root group=apache mode=0640
|
||||||
when: inventory_hostname.startswith('mbs-web')
|
when: inventory_hostname.startswith('mbs-frontend')
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue