mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Improve missing variable
This commit is contained in:
parent
199e9476aa
commit
7966fbb3dd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
# enable color support of ls and also add handy aliases
|
# enable color support of ls and also add handy aliases
|
||||||
if [ -x /usr/bin/dircolors ]; then
|
if [ -x /usr/bin/dircolors ]; then
|
||||||
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
||||||
{% for alias in dotfiles__aliases %}
|
{% for alias in l3d_users__dotfiles__aliases %}
|
||||||
{% if alias.color %}
|
{% if alias.color %}
|
||||||
alias {{ alias.alias }}="{{ alias.command }} --color=auto"
|
alias {{ alias.alias }}="{{ alias.command }} --color=auto"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue