roles/basic_packages/tasks/main.yml aktualisiert
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 24s
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 24s
This commit is contained in:
parent
6a47d5a756
commit
6285a40c82
1 changed files with 9 additions and 1 deletions
|
|
@ -4,3 +4,11 @@
|
|||
name:
|
||||
- rear
|
||||
state: present
|
||||
|
||||
- name: Setup rear config
|
||||
ansible.builtin.template:
|
||||
src: roles/basic_packages/files/local.conf
|
||||
dest: /etc/rear/local.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0600'
|
||||
Loading…
Add table
Reference in a new issue