Move single ansible playbook to ansible directory
Make ansible playbook properly- use ansible-galaxy init commands.
This commit is contained in:
15
ansible/pacman_system_tools/tasks/main.yml
Normal file
15
ansible/pacman_system_tools/tasks/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# System Tools
|
||||
- name: Ensure system-level tools (device management stuff) installed
|
||||
community.general.pacman:
|
||||
name:
|
||||
- grub
|
||||
- glances
|
||||
- htop
|
||||
- curl
|
||||
- wget
|
||||
- dconf-editor
|
||||
- yay
|
||||
- unzip
|
||||
state: present
|
||||
become: yes
|
||||
Reference in New Issue
Block a user