Remove duplicate handlers for update-ca-trust

Since there is a already existing update ca-trust in handlers/main.yml
doing the same thing as 'update ca trust', better use 1 single copy.
This commit is contained in:
Michael Scherer 2016-04-04 03:04:27 +02:00 committed by Kevin Fenzi
parent 00d7dd5777
commit c6d2406b5a
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
########################################
# Handlers for updating ca trust
#
- name: update ca trust
shell: "update-ca-trust"

View File

@ -8,4 +8,4 @@
mode: 0400
when: env == "staging"
notify:
- update ca trust
- update ca-trust