summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-02-15 15:53:34 +0000
committerRalph Bean <rbean@redhat.com>2017-02-15 15:53:34 +0000
commitffd0b74867f97ed0926e03a87e41fb7c1be61ac6 (patch)
tree96882ac037a92457dc6688287e5c16891c2d6190
parent9f6dafbe935122c80341d1cacd62f4d41f02ba09 (diff)
downloadansible-ffd0b74867f97ed0926e03a87e41fb7c1be61ac6.tar.gz
ansible-ffd0b74867f97ed0926e03a87e41fb7c1be61ac6.tar.xz
ansible-ffd0b74867f97ed0926e03a87e41fb7c1be61ac6.zip
Typofix in hostname.
-rw-r--r--roles/mbs/common/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mbs/common/tasks/main.yml b/roles/mbs/common/tasks/main.yml
index a2518479c..df5312890 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: