This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/playbooks/groupes/clients_smtp.yml

10 lines
286 B
YAML

---
- name: Appliquer le groupe clients_smtp
hosts: clients_smtp
become: true
gather_facts: true
tasks:
- name: Indiquer que l'intégration cliente SMTP reste à définir
ansible.builtin.debug:
msg: "Aucun rôle n'est encore associé au groupe clients_smtp."