Skip to content

Commit

Permalink
Merge pull request #3 from devops-works/ft-skip-restart-when-docker
Browse files Browse the repository at this point in the history
Changing naming var, it's more logical
  • Loading branch information
cleming authored Jun 8, 2020
2 parents 4a4c773 + 3b13e57 commit 535ba43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ ferm_internal_interfaces: [ 'eth1' ]
ferm_blacklist: false
ferm_whitelist: false

ferm_skip_restart_handlers: false
ferm_enable_restart_handler: true
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Restart ferm
service: name=ferm state=restarted
when:
- ferm_skip_restart_handlers | default("false") == "false"
- ferm_enable_restart_handler

0 comments on commit 535ba43

Please sign in to comment.