Move single ansible playbook to ansible directory
Make ansible playbook properly- use ansible-galaxy init commands.
This commit is contained in:
11
ansible/arch_appimage/tasks/main.yml
Normal file
11
ansible/arch_appimage/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# AppImage Launcher
|
||||
- name: Ensure appimagelauncher installed
|
||||
community.general.pacman:
|
||||
name: appimagelauncher
|
||||
state: present
|
||||
become: yes
|
||||
- name: Ensure Applications directory
|
||||
file:
|
||||
path: ~/Applications
|
||||
state: directory
|
||||
Reference in New Issue
Block a user