2021-12-01 19:13:34 +01:00

10 lines
176 B
YAML

---
- include: install_{{ ansible_os_family }}.yml
- name: Deploy patrix config for root user
template: src=patrixrc.j2 dest=/root/.patrixrc mode='600'
tags: patrix
...