12 lines
246 B
YAML
12 lines
246 B
YAML
---
|
|
# AppImage Launcher
|
|
- name: Ensure appimagelauncher installed
|
|
community.general.pacman:
|
|
name: appimagelauncher
|
|
state: present
|
|
become: yes
|
|
- name: Ensure Applications directory
|
|
file:
|
|
path: ~/Applications
|
|
state: directory
|