„basics.yml“ ändern
This commit is contained in:
parent
901ddc8330
commit
85b254cdee
@ -284,6 +284,7 @@
|
|||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://gitea.ds9.dedyn.io/olli/gaboshlib.git
|
repo: 'https://gitea.ds9.dedyn.io/olli/gaboshlib.git
|
||||||
dest: /etc/bash
|
dest: /etc/bash
|
||||||
|
force: yes
|
||||||
|
|
||||||
- name: systemd-journald settings
|
- name: systemd-journald settings
|
||||||
blockinfile:
|
blockinfile:
|
||||||
@ -308,7 +309,7 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
state: directory
|
state: directory
|
||||||
mode: '0700'
|
mode: "0700"
|
||||||
|
|
||||||
- name: /usr/local/sbin/autoupdate.sh
|
- name: /usr/local/sbin/autoupdate.sh
|
||||||
blockinfile:
|
blockinfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user