Split fedora and manjaro playbooks
Split playbooks to better accomodate development of both.
This commit is contained in:
10
manjaro/ansible/arch_minecraft/tasks/main.yml
Normal file
10
manjaro/ansible/arch_minecraft/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# Minecraft
|
||||
- name: Clone minecraft-launcher repo
|
||||
ansible.builtin.git:
|
||||
repo: 'https://aur.archlinux.org/minecraft-launcher.git'
|
||||
dest: '{{ executable_temp_dir }}/minecraft-launcher'
|
||||
- name: Install minecraft-launcher with makepkg
|
||||
command: makepkg -si --noconfirm
|
||||
args:
|
||||
chdir: '{{ executable_temp_dir }}/minecraft-launcher'
|
||||
Reference in New Issue
Block a user