removed pmps and pmpsa as aliases and made .local/bin files to add color
formatting
This commit is contained in:
@@ -138,14 +138,4 @@
|
||||
length_minutes = {{ update_schedule_length }}
|
||||
tags: config
|
||||
|
||||
- name: Create pmls / pmlsa alias
|
||||
ansible.builtin.blockinfile:
|
||||
path: ~/.bashrc
|
||||
block: |
|
||||
alias pmls="podman ps --format {% raw %}'{{.Names}} \t{{.Status}}'{% endraw %}"
|
||||
alias pmls="podman ps -a --format {% raw %}'{{.Names}} \t{{.Status}}'{% endraw %}"
|
||||
state: present
|
||||
create: true
|
||||
tags: config
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user