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"