Fix(CLI-arch): it was an AUR

This commit is contained in:
Bertrand Benjamin 2018-11-11 17:42:31 +01:00
parent a5b6d16c60
commit 0a2a63dcca
1 changed files with 8 additions and 1 deletions

View File

@ -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 }}"