Typofix in hostname.

This commit is contained in:
Ralph Bean 2017-02-15 15:53:34 +00:00
parent 9f6dafbe93
commit ffd0b74867

View file

@ -30,7 +30,7 @@
template: >
src=client_secrets.json.{{env}} dest=/etc/module-build-service/client_secrets.json
owner=root group=apache mode=0640
when: inventory_hostname.startswith('mbs-web')
when: inventory_hostname.startswith('mbs-frontend')
notify:
- restart apache
tags: