Skip to content

Commit

Permalink
[ROBERT4] Unbalanced quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 4, 2018
1 parent 9cfc67f commit 7ba92d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# handlers file for firewall
- name: reload firewall
service:
name: "{{ firewall_service[ansible_distribution ~ '-' ~ ansible_distribution_major_version]
| default(firewall_service[ansible_distribution]
| default(firewall_service['default'])) }}"
name: "{{ firewall_service }}"

state: reloaded
when:
Expand Down

0 comments on commit 7ba92d0

Please sign in to comment.