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
04d26a13
Commit
04d26a13
authored
Aug 11, 2019
by
Sven-Hendrik Haase
Browse files
Make sure to always run pacman -Sy after changing config
parent
d903818b
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/common/handlers/main.yml
View file @
04d26a13
...
...
@@ -14,6 +14,3 @@
-
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 @
04d26a13
...
...
@@ -143,8 +143,9 @@
-
name
:
install pacman config
template
:
src=pacman.conf.j2 dest=/etc/pacman.conf mode=0644 owner=root group=root
notify
:
-
update package cache
-
name
:
update package cache
pacman
:
update_cache=yes
-
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