diff --git a/roles/ldap_client/handlers/main.yml b/roles/ldap_client/handlers/main.yml index 95f29b7a2a9f22adce44f88731d56b24b1723de4..8dae2fd6fcd7ea5173f2e61f1ea32b955134ba09 100644 --- a/roles/ldap_client/handlers/main.yml +++ b/roles/ldap_client/handlers/main.yml @@ -1,4 +1,5 @@ --- -- debug: - msg: "No handlers are available for ldap_client role." +- name: Dummy handler to suppress Ansible warnings + debug: + msg: "This is just a dummy task to suppress the Ansible warning about an empty include."