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