removed pmps and pmpsa as aliases and made .local/bin files to add color
formatting
This commit is contained in:
@@ -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