Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
fa1da1a5
Commit
fa1da1a5
authored
Aug 11, 2019
by
Sven-Hendrik Haase
Browse files
common: Update package cache in case the pacman.conf is changed
parent
9fb8ba6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/common/handlers/main.yml
View file @
fa1da1a5
...
...
@@ -14,3 +14,6 @@
-
name
:
restart systemd-swap
service
:
name=systemd-swap state=restarted
-
name
:
update package cache
pacman
:
update_cache=yes
roles/common/tasks/main.yml
View file @
fa1da1a5
...
...
@@ -143,6 +143,8 @@
-
name
:
install pacman config
template
:
src=pacman.conf.j2 dest=/etc/pacman.conf mode=0644 owner=root group=root
notify
:
-
update package cache
-
name
:
install custom paccache.service
copy
:
src=paccache.service dest=/etc/systemd/system/paccache.service owner=root group=root mode=0644
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment