„basics.yml“ ändern

This commit is contained in:
olli 2023-05-02 09:41:17 +02:00
parent 66509f777c
commit 711a4e272f

View File

@ -342,7 +342,7 @@
marker: "# {mark} ANSIBLE MANAGED BLOCK"
block: |
if ${use_color} ; then
if [[ ${EUID} == 0 ]] ; then
if [ ${EUID} == 0 ] ; then
PS1='\[\033[01;31m\]\h\[\033[01;34m\] \w \$\[\033[00m\] '
else
PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
@ -394,17 +394,6 @@
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 from git
ansible.builtin.git:
repo: 'https://gitea.ds9.dedyn.io/olli/gaboshlib.git'