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:
authorAdam Chalkley <atc0005@users.noreply.github.com>2018-11-20 08:48:13 +0300
committerAdam Chalkley <atc0005@users.noreply.github.com>2018-11-20 08:48:13 +0300
commit71fad82ae2a462e73d1159be191f8c6a1ad4c186 (patch)
treece4f0dc7ca5430b0c5d9587db8529964d29eaa26
parent725816ba19b730637a8b12fc90bc60c28e3653dc (diff)
Fix typo in yum module parameter
-rw-r--r--lamp_haproxy/aws/roles/haproxy/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lamp_haproxy/aws/roles/haproxy/tasks/main.yml b/lamp_haproxy/aws/roles/haproxy/tasks/main.yml
index 76eb9bf..637695e 100644
--- a/lamp_haproxy/aws/roles/haproxy/tasks/main.yml
+++ b/lamp_haproxy/aws/roles/haproxy/tasks/main.yml
@@ -3,7 +3,7 @@
- name: Download and install haproxy
yum:
- nameL: haproxy
+ name: haproxy
state: present
- name: Configure the haproxy cnf file with hosts