Feat: sudo before arch_aur
This commit is contained in:
parent
726e78f811
commit
47c0701715
@ -9,12 +9,12 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: tasks/ansible.yml
|
- include: tasks/ansible.yml
|
||||||
- include: tasks/arch_aur.yml
|
|
||||||
- include: tasks/arch_CLI_packages.yml
|
- include: tasks/arch_CLI_packages.yml
|
||||||
|
- include: tasks/sudo.yml
|
||||||
|
- include: tasks/arch_aur.yml
|
||||||
- include: tasks/dd_backup.yml
|
- include: tasks/dd_backup.yml
|
||||||
- include: tasks/prompt.yml
|
- include: tasks/prompt.yml
|
||||||
- include: tasks/users.yml
|
- include: tasks/users.yml
|
||||||
- include: tasks/sudo.yml
|
|
||||||
- include: tasks/ssh.yml
|
- include: tasks/ssh.yml
|
||||||
- include: tasks/arch_programming.yml
|
- include: tasks/arch_programming.yml
|
||||||
- include: tasks/arch_gnome.yml
|
- include: tasks/arch_gnome.yml
|
||||||
|
@ -77,27 +77,3 @@
|
|||||||
regexp: '^#Color$'
|
regexp: '^#Color$'
|
||||||
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: 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
|
|
||||||
|
|
||||||
|
@ -33,3 +33,12 @@
|
|||||||
skip_installed: true
|
skip_installed: true
|
||||||
become: yes
|
become: yes
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
|
|
||||||
|
- name: Install mkpasswd
|
||||||
|
aur:
|
||||||
|
name: mkpasswd
|
||||||
|
use: makepkg
|
||||||
|
skip_installed: true
|
||||||
|
become: yes
|
||||||
|
become_user: aur_builder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user