From 711a4e272f607c99b6dbfa79a0c7142a22f651a5 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 2 May 2023 09:41:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebasics.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basics.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/basics.yml b/basics.yml index 5a861ac..826f0d5 100644 --- a/basics.yml +++ b/basics.yml @@ -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\] ' @@ -393,17 +393,6 @@ syntax match nonascii "[^[:alnum:][:punct:][:space:]]/" 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: