From ffd0b74867f97ed0926e03a87e41fb7c1be61ac6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 15 Feb 2017 15:53:34 +0000 Subject: [PATCH] Typofix in hostname. --- roles/mbs/common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mbs/common/tasks/main.yml b/roles/mbs/common/tasks/main.yml index a2518479c9..df5312890b 100644 --- a/roles/mbs/common/tasks/main.yml +++ b/roles/mbs/common/tasks/main.yml @@ -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: