netz39-infra-ansible/host-rousseau.yml

17 lines
211 B
YAML
Raw Normal View History

---
- hosts: rousseau.n39.eu
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
roles:
tasks:
- name: debug
ansible.builtin.debug:
msg: hello rousseau
handlers: