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 highlight nonascii guibg=Red ctermbg=2
backup: yes backup: yes
- name: gaboshlib.include #- name: gaboshlib.include
copy: # copy:
src: configs/etc/bash # src: configs/etc/bash
dest: /etc/ # dest: /etc/
owner: root # owner: root
group: root # group: root
mode: "0444" # mode: "0444"
directory_mode: "0555" # directory_mode: "0555"
backup: yes # backup: yes
validate: /bin/bash -n %s # 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 - name: systemd-journald settings
blockinfile: blockinfile: