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_dns.yml

10 lines
282 B
YAML

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