mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 21:23:23 +02:00
10 lines
176 B
YAML
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
|
|
|
|
...
|