Split 2px and tunuifranken roles

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-31 15:33:14 +01:00
parent af6586b4c0
commit f4680dca91
9 changed files with 11 additions and 8 deletions

View file

@ -0,0 +1,9 @@
---
- name: "2px directory"
file:
path: "{{ 2px_directory }}"
owner: "flyingscorpio"
group: "flyingscorpio"
state: directory
mode: '0775'

View file

@ -1,13 +1,5 @@
---
- name: "2px directory"
file:
path: "{{ 2px_directory }}"
owner: "flyingscorpio"
group: "flyingscorpio"
state: directory
mode: '0775'
- name: "tunuifranken directory"
file:
path: "{{ tunuifranken_directory }}"

View file

@ -0,0 +1,2 @@
dependencies:
- role: common