removed pmps and pmpsa as aliases and made .local/bin files to add color

formatting
This commit is contained in:
2024-02-15 18:12:37 -06:00
parent 26974dd8df
commit 3b4ab4155b
4 changed files with 16 additions and 10 deletions
-10
View File
@@ -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