Feat: sudo before arch_aur

This commit is contained in:
Bertrand Benjamin 2019-09-19 17:02:18 +02:00
parent 726e78f811
commit 47c0701715
3 changed files with 11 additions and 26 deletions

View File

@ -9,12 +9,12 @@
tasks:
- include: tasks/ansible.yml
- include: tasks/arch_aur.yml
- include: tasks/arch_CLI_packages.yml
- include: tasks/sudo.yml
- include: tasks/arch_aur.yml
- include: tasks/dd_backup.yml
- include: tasks/prompt.yml
- include: tasks/users.yml
- include: tasks/sudo.yml
- include: tasks/ssh.yml
- include: tasks/arch_programming.yml
- include: tasks/arch_gnome.yml

View File

@ -77,27 +77,3 @@
regexp: '^#Color$'
line: 'Color'
backrefs: yes
- name: Install mkpasswd
aur:
name: mkpasswd
use: makepkg
skip_installed: true
become: yes
become_user: aur_builder
# - name: Init Samba (empty config)
# file:
# path: /etc/samba/smb.conf
# state: file
# - name: Install Tmuxinator
# aur:
# name: "{{ item }}"
# use: yay
# skip_installed: true
# with_items:
# - tmuxinator
# become: yes
# become_user: aur_builder

View File

@ -33,3 +33,12 @@
skip_installed: true
become: yes
become_user: aur_builder
- name: Install mkpasswd
aur:
name: mkpasswd
use: makepkg
skip_installed: true
become: yes
become_user: aur_builder