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