env-ansible/local.yml
2020-12-21 04:24:25 -06:00

15 lines
254 B
YAML

---
# Harmonize my systems rather than doing everything manually. :)
- hosts: localhost
connection: local
become: true
tasks:
- name: Install Software
package:
name:
- htop
- neofetch
- sshfs
update_cache: yes