gaboshlib from git

This commit is contained in:
olli 2022-07-06 15:37:14 +02:00
parent 856c6e5462
commit 7a8dbb6456

View File

@ -269,16 +269,21 @@
highlight nonascii guibg=Red ctermbg=2
backup: yes
- name: gaboshlib.include
copy:
src: configs/etc/bash
dest: /etc/
owner: root
group: root
mode: "0444"
directory_mode: "0555"
backup: yes
validate: /bin/bash -n %s
#- name: gaboshlib.include
# copy:
# src: configs/etc/bash
# dest: /etc/
# owner: root
# group: root
# mode: "0444"
# directory_mode: "0555"
# backup: yes
# validate: /bin/bash -n %s
- name: gaboshlib from git
ansible.builtin.git:
repo: 'https://gitea.ds9.dedyn.io/olli/gaboshlib.git'
dest: /etc/bash
- name: systemd-journald settings
blockinfile: