Fix(CLI-arch): it was an AUR
This commit is contained in:
parent
a5b6d16c60
commit
0a2a63dcca
@ -32,7 +32,6 @@
|
|||||||
- autofs
|
- autofs
|
||||||
- bind-tools
|
- bind-tools
|
||||||
- unzip
|
- unzip
|
||||||
- mkpasswd
|
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
- first_deployement
|
- first_deployement
|
||||||
@ -69,6 +68,14 @@
|
|||||||
line: 'Color'
|
line: 'Color'
|
||||||
backrefs: yes
|
backrefs: yes
|
||||||
|
|
||||||
|
- name: Install mkpasswd
|
||||||
|
aur:
|
||||||
|
name: mkpasswd
|
||||||
|
use: makepkg
|
||||||
|
skip_installed: true
|
||||||
|
become: yes
|
||||||
|
become_user: aur_builder
|
||||||
|
|
||||||
# - name: Install Tmuxinator
|
# - name: Install Tmuxinator
|
||||||
# aur:
|
# aur:
|
||||||
# name: "{{ item }}"
|
# name: "{{ item }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user