summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorJeremy Cline <jeremy@jcline.org>2017-09-12 19:33:17 +0000
committerJeremy Cline <jeremy@jcline.org>2017-09-12 19:33:17 +0000
commitb020a8e0cfbe54c0d7d39da12d81a5c4eff5b920 (patch)
treea22f661bda40f974bcc943ddce9a356e06f543d0 /roles
parent9b01b398524b74c561ff1e17da19f5f99b57353f (diff)
downloadansible-b020a8e0cfbe54c0d7d39da12d81a5c4eff5b920.tar.gz
ansible-b020a8e0cfbe54c0d7d39da12d81a5c4eff5b920.tar.xz
ansible-b020a8e0cfbe54c0d7d39da12d81a5c4eff5b920.zip
Change - to _ in fmn irc variable
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
Diffstat (limited to 'roles')
-rw-r--r--roles/notifs/backend/templates/fmn.consumer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py
index ff83add2e..1f76f2d1d 100644
--- a/roles/notifs/backend/templates/fmn.consumer.py
+++ b/roles/notifs/backend/templates/fmn.consumer.py
@@ -147,7 +147,7 @@ config = {
{% if env == 'staging' %}
"fmn.irc.port": 6697,
"fmn.irc.use_ssl": True,
- "fmn.irc.nickserv_pass": "{{ fedora-notifstg-freenode-pass }}",
+ "fmn.irc.nickserv_pass": "{{fedora_notifstg_freenode_pass}}",
{% else %}
"fmn.irc.port": 6667,
{% endif %}