[go: up one dir, main page]

Skip to content

Commit

Permalink
Fix typo in yum module parameter
Browse files Browse the repository at this point in the history
changed 'nameL' to 'name'
  • Loading branch information
Akasurde authored Nov 20, 2018
2 parents 725816b + 71fad82 commit d066f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamp_haproxy/aws/roles/haproxy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- name: Download and install haproxy
yum:
nameL: haproxy
name: haproxy
state: present

- name: Configure the haproxy cnf file with hosts
Expand Down

0 comments on commit d066f5a

Please sign in to comment.