mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
Add arch support
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user