Move single ansible playbook to ansible directory
Make ansible playbook properly- use ansible-galaxy init commands.
This commit is contained in:
26
ansible/pacman_daily_drivers/tasks/main.yml
Normal file
26
ansible/pacman_daily_drivers/tasks/main.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
# Daily Driver Tools
|
||||
- name: Ensure daily-driver (development, work, gaming) installed
|
||||
community.general.pacman:
|
||||
name:
|
||||
- vim
|
||||
- chromium
|
||||
- steam-manjaro
|
||||
- discord
|
||||
- geary
|
||||
- wine
|
||||
- winetricks
|
||||
- wine-mono
|
||||
- wine_gecko
|
||||
- wireguard-tools
|
||||
- iputils
|
||||
- dnsutils
|
||||
- iperf3
|
||||
- remmina
|
||||
- freerdp
|
||||
- kubectl
|
||||
- helm
|
||||
- python
|
||||
- python-pip
|
||||
state: present
|
||||
become: yes
|
||||
Reference in New Issue
Block a user