Add arch support

This commit is contained in:
Morten Olsen
2024-10-09 21:25:58 +02:00
parent f8c6ffee46
commit c860e8babb
33 changed files with 527 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
---
- name: Ensure dir
become: "{{ use_become }}"
tags:
- config
ansible.builtin.file:
@@ -9,6 +10,7 @@
state: directory
- name: Setup config
become: "{{ use_become }}"
tags:
- config
ansible.builtin.template: