diff options
Diffstat (limited to 'templates/etc/rabbitmq/rabbitmq-env.conf.j2')
-rw-r--r-- | templates/etc/rabbitmq/rabbitmq-env.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/etc/rabbitmq/rabbitmq-env.conf.j2 b/templates/etc/rabbitmq/rabbitmq-env.conf.j2 index 8eff6f3..60dfa32 100644 --- a/templates/etc/rabbitmq/rabbitmq-env.conf.j2 +++ b/templates/etc/rabbitmq/rabbitmq-env.conf.j2 | |||
@@ -1,6 +1,6 @@ | |||
1 | # {{ ansible_managed }} | 1 | # {{ ansible_managed }} |
2 | # Note that the variables do not have the RABBITMQ_ prefix. | 2 | # Note that the variables do not have the RABBITMQ_ prefix. |
3 | # | 3 | # |
4 | {% for key,value in rabbitmq_env_config.iteritems() %} | 4 | {% for key, value in rabbitmq_env_config.items() %} |
5 | {{ key }}={{ value }} | 5 | {{ key }}={{ value }} |
6 | {% endfor %} | 6 | {% endfor %} |