Skip to content
Snippets Groups Projects
Verified Commit fa01254d authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

repo_archive_split_temp: Also apply tmptfiles.d revert


Fixes: 7fdcc769 ("Revert "dbscripts: Add tmpfiles.d/rsyncd.conf for abs and friends"")
Signed-off-by: default avatarChristian Heusel <christian@heusel.eu>
parent f81f7e50
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,6 @@
tags:
- nginx
- name: Put rsyncd.conf into tmpfiles
copy: src=rsyncd-tmpfiles.d dest=/etc/tmpfiles.d/rsyncd.conf owner=root group=root mode=0644
register: rsyncdtmpfiles
- name: Use tmpfiles.d/rsyncd.conf
command: systemd-tmpfiles --create creates=/run/rsyncd
when: rsyncdtmpfiles.changed
- name: Create rsyncd-conf-genscripts
file: path=/etc/rsyncd-conf-genscripts state=directory owner=root group=root mode=0700
......
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