diff --git a/handlers/update_ca_trust.yml b/handlers/update_ca_trust.yml deleted file mode 100644 index e24c66ae2f..0000000000 --- a/handlers/update_ca_trust.yml +++ /dev/null @@ -1,6 +0,0 @@ -######################################## -# Handlers for updating ca trust -# - -- name: update ca trust - shell: "update-ca-trust" diff --git a/tasks/osbs_certs.yml b/tasks/osbs_certs.yml index 58bea79506..74005ee0fe 100644 --- a/tasks/osbs_certs.yml +++ b/tasks/osbs_certs.yml @@ -8,4 +8,4 @@ mode: 0400 when: env == "staging" notify: - - update ca trust + - update ca-trust