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:
Diffstat (limited to 'lamp_haproxy/aws/roles/web/tasks/main.yml')
-rw-r--r--lamp_haproxy/aws/roles/web/tasks/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/lamp_haproxy/aws/roles/web/tasks/main.yml b/lamp_haproxy/aws/roles/web/tasks/main.yml
index e3141ac..5a14c2d 100644
--- a/lamp_haproxy/aws/roles/web/tasks/main.yml
+++ b/lamp_haproxy/aws/roles/web/tasks/main.yml
@@ -1,3 +1,6 @@
---
- name: Copy the code from repository
- git: repo={{ repository }} version={{ webapp_version }} dest=/var/www/html/
+ git:
+ repo: "{{ repository }}"
+ version: "{{ webapp_version }}"
+ dest: /var/www/html/