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:
-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