diff --git a/roles/ldap_client/handlers/main.yml b/roles/ldap_client/handlers/main.yml index 8dae2fd6fcd7ea5173f2e61f1ea32b955134ba09..64ed8c7d39295a6b5016864971d59d5a1bfc1728 100644 --- a/roles/ldap_client/handlers/main.yml +++ b/roles/ldap_client/handlers/main.yml @@ -1,5 +1,5 @@ --- - name: Dummy handler to suppress Ansible warnings - debug: + ansible.builtin.debug: msg: "This is just a dummy task to suppress the Ansible warning about an empty include."