ansible/install_python.yml

9 lines
106 B
YAML

---
- hosts: "{{ target }}"
gather_facts: false
remote_user: root
roles:
- install_python
...