Skip to content
Snippets Groups Projects
Commit 9dd9a281 authored by Lars Beckers's avatar Lars Beckers Committed by Thomas Schneider
Browse files

client: the copy module has bullshit edge cases

parent 9f7f5f6c
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
name: systemd-networkd-wait-online name: systemd-networkd-wait-online
enabled: yes enabled: yes
- name: ensure ansible's copy module does not bullshit us - name: ensure ansible's copy module does not bullshit us (pt1)
file: file:
path: /etc/systemd/system/sddm.service.d path: /etc/systemd/system/sddm.service.d
state: directory state: directory
...@@ -40,6 +40,14 @@ ...@@ -40,6 +40,14 @@
group: root group: root
mode: 0644 mode: 0644
- name: ensure ansible's copy module does not bullshit us (pt2)
file:
path: /etc/systemd/system/rpc-svcgssd.service.d
state: directory
owner: root
group: root
mode: 0644
- name: ensure sddm waits for network to be online - name: ensure sddm waits for network to be online
copy: copy:
src: sddm-override.conf src: sddm-override.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment