removed pmps and pmpsa as aliases and made .local/bin files to add color
formatting
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
podman ps --format '{{.Names}} \t{{.Status}}' | awk '{print "\033[1;33m"$1"\033[0m" "\t\t\t" "\033[1;34m"$2"\033[0m"}'
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
podman ps -a --format '{{.Names}} \t{{.Status}}' | awk '{print "\033[1;33m"$1"\033[0m" "\t\t\t" "\033[1;34m"$2"\033[0m"}'
|
||||
@@ -46,6 +46,16 @@
|
||||
- smartmontools
|
||||
- caddy
|
||||
tags: install
|
||||
|
||||
- name: Install local tools
|
||||
ansible.builtin.copy:
|
||||
src: "{{item}}"
|
||||
dest: ~/.local/bin/{{item}}
|
||||
mode: '0770'
|
||||
status: present
|
||||
with_items:
|
||||
- 'pmps'
|
||||
- 'pmpsa'
|
||||
|
||||
- name: Reboot System
|
||||
become: yes
|
||||
|
||||
Reference in New Issue
Block a user