ansible
ansible copied to clipboard
hey! :)
Hi @ThePrimeagen
I watch your youtube channel, it's very nice, got this repo by github recommendations Please take a look on my repos, maybe you could get something from it ( e.g. instead of adding ppa, just use pipenv )
https://github.com/tenhishadow/dotfiles https://github.com/tenhishadow/ans-workstation
as for your content:
- name: Install System Packages 3 (the rest)
apt: name={{item}}
with_items:
- curl
- htop
Could be replaced with just:
- name: install it
package:
name:
- curl
- htop