Skip to content
Snippets Groups Projects
Verified Commit c87dd545 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

roles/archbuild: Split timers and mounts

parent 36325268
No related branches found
No related tags found
No related merge requests found
...@@ -24,13 +24,11 @@ ...@@ -24,13 +24,11 @@
notify: notify:
- daemon reload - daemon reload
- name: start and enable archbuild units - name: start and enable archbuild mounts
service: name={{ item }} enabled=yes state=started service: name={{ item }} enabled=yes state=started
with_items: with_items:
- var-lib-archbuild.mount - var-lib-archbuild.mount
- var-lib-archbuilddest.mount - var-lib-archbuilddest.mount
- clean-chroots.timer
- clean-dests.timer
- name: create archbuilddest - name: create archbuilddest
file: file:
...@@ -58,6 +56,12 @@ ...@@ -58,6 +56,12 @@
'group::r-x', 'group::r-x',
'other::r-x'] 'other::r-x']
- name: start and enable archbuild units
service: name={{ item }} enabled=yes state=started
with_items:
- clean-chroots.timer
- clean-dests.timer
- name: set makepkg.conf vars - name: set makepkg.conf vars
lineinfile: lineinfile:
dest: /etc/makepkg.conf dest: /etc/makepkg.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment