Skip to content

Commit fd06bfc

Browse files
committed
Ensure systemd directory exists.
1 parent e744890 commit fd06bfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
dest: /usr/local/bin/ipfs
2626
src: /opt/go-ipfs/{{ipfs_version}}/go-ipfs/ipfs
2727

28+
- name: ensure systemd system services directory exists
29+
become: yes
30+
file:
31+
path: /etc/systemd/system
32+
state: directory
33+
2834
- name: install ipfs init service
2935
become: yes
3036
copy:

0 commit comments

Comments
 (0)