feat(role): Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
alias l='e{% if ansible_facts['os_family'] | lower == 'archlinux' %}z{% else %}x{% endif %}a --all --long --binary --group{% if ansible_facts['os_family'] | lower == 'archlinux' %} --smart-group{% endif %} --links{% if ansible_facts['os_family'] | lower == 'archlinux' %} --octal-permissions{% endif %}'
|
||||
Reference in New Issue
Block a user