Skip to content

Commit

Permalink
Update syntax to ansible 2.8 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazikPL authored and tersmitten committed Jul 19, 2019
1 parent 8a1c192 commit bff22db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
value: "{{ keepalived_ip_nonlocal_bind }}"
reload: true
state: present
when: keepalived_ip_nonlocal_bind
when: keepalived_ip_nonlocal_bind | bool
tags:
- configuration
- keepalived
Expand Down Expand Up @@ -118,7 +118,7 @@
home: /nonexistent
shell: /bin/false
system: yes
when: keepalived_create_keepalived_script_user
when: keepalived_create_keepalived_script_user | bool
tags:
- configuration
- keepalived
Expand Down

0 comments on commit bff22db

Please sign in to comment.