Skip to content

Commit

Permalink
Merge pull request #105 from mvdriel/fix-when-statement
Browse files Browse the repository at this point in the history
Fix when statement
  • Loading branch information
tersmitten authored Apr 21, 2020
2 parents 3f7807e + 3e578ae commit aa9d203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apt_repository:
repo: "{{ haproxy_ppa }}"
update_cache: true
when: "{{ haproxy_use_ppa }}"
when: haproxy_use_ppa
tags:
- haproxy-install-add-repository

Expand Down

0 comments on commit aa9d203

Please sign in to comment.