Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3390c5e85e |
@@ -101,11 +101,6 @@
|
|||||||
find ''/var/cache/aur/pkg.bak'' -type d -empty -delete
|
find ''/var/cache/aur/pkg.bak'' -type d -empty -delete
|
||||||
removes: '/var/cache/aur/pkg.bak'
|
removes: '/var/cache/aur/pkg.bak'
|
||||||
|
|
||||||
- name: 'If Arch Linux set global write perms (0777) on AUR package cache dir ''/var/cache/aur/pkg'''
|
|
||||||
ansible.builtin.file:
|
|
||||||
path: '/var/cache/aur/pkg'
|
|
||||||
mode: '0777'
|
|
||||||
|
|
||||||
- name: 'If Arch Linux copy local AUR repo config file'
|
- name: 'If Arch Linux copy local AUR repo config file'
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: 'etc/pacman.d/repo-local-aur.conf'
|
src: 'etc/pacman.d/repo-local-aur.conf'
|
||||||
@@ -148,6 +143,11 @@
|
|||||||
cmd: |
|
cmd: |
|
||||||
paru -Ly
|
paru -Ly
|
||||||
|
|
||||||
|
- name: 'If Arch Linux set global write perms (0777) on AUR package cache dir ''/var/cache/aur/pkg'''
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: '/var/cache/aur/pkg'
|
||||||
|
mode: '0777'
|
||||||
|
|
||||||
- name: 'If Arch Linux remove package ''paru-bin-debug'''
|
- name: 'If Arch Linux remove package ''paru-bin-debug'''
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: 'paru-bin-debug'
|
name: 'paru-bin-debug'
|
||||||
|
|||||||
Reference in New Issue
Block a user