„basics.yml“ ändern
This commit is contained in:
parent
66509f777c
commit
711a4e272f
13
basics.yml
13
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:
|
||||
|
Loading…
Reference in New Issue
Block a user