Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Smith <jsmith39@systems.wvu.edu>2018-10-03 15:12:40 +0300
committerJoshua Smith <jsmith39@systems.wvu.edu>2018-10-03 15:12:40 +0300
commit31f1041a1cfa6b3dfeb446b088e0b0f634adee87 (patch)
treeb1b9ba4585ba423c6c8d187e30b94a0040f1c9a1
parent59c61dc62bb3a1b9faa07cd1cfe6c11e28ba0b46 (diff)
Fix missing single quotes/syntax error.
-rw-r--r--lamp_haproxy/aws/roles/nagios/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lamp_haproxy/aws/roles/nagios/tasks/main.yml b/lamp_haproxy/aws/roles/nagios/tasks/main.yml
index 601fcc7..c4d2950 100644
--- a/lamp_haproxy/aws/roles/nagios/tasks/main.yml
+++ b/lamp_haproxy/aws/roles/nagios/tasks/main.yml
@@ -40,7 +40,7 @@
- name: create the nagios object files
template:
- src: "{{ item + .j2 }}"
+ src: "{{ item + '.j2' }}"
dest: "/etc/nagios/ansible-managed/{{ item }}"
with_items:
- webservers.cfg