Do not needlessly update pacman cache in build role.
This was causing an always-yellow step.
This commit is contained in:
parent
cce1a0ca46
commit
c208c0748d
@ -5,16 +5,15 @@
|
|||||||
become_user: "{{ build_user.name }}"
|
become_user: "{{ build_user.name }}"
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
pacman:
|
package:
|
||||||
name:
|
name:
|
||||||
- base-devel
|
- base-devel
|
||||||
- gnupg
|
- gnupg
|
||||||
- devtools # Creates /usr/share/devtools/makepkg-x86_64.conf and provides mkarchroot
|
- devtools # Creates /usr/share/devtools/makepkg-x86_64.conf and provides mkarchroot
|
||||||
- base-devel
|
- base-devel
|
||||||
- vifm
|
- vifm # For aurutils
|
||||||
- vim
|
- vim # For aurutils
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
|
||||||
|
|
||||||
- name: Extract aurutils aur entry
|
- name: Extract aurutils aur entry
|
||||||
become_user: "{{ build_user.name }}"
|
become_user: "{{ build_user.name }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user