We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2fb77 commit a565e1cCopy full SHA for a565e1c
2 files changed
src/roles/iop_vex_downloader/handlers/main.yaml
@@ -7,4 +7,4 @@
7
- name: Restart vex download path
8
ansible.builtin.systemd:
9
name: iop-vex-download.path
10
- state: restarted
+ state: restarted
src/roles/iop_vex_downloader/tasks/main.yaml
@@ -34,7 +34,7 @@
34
mode: '0644'
35
notify: Restart vex download timer
36
37
-- name: Create vex download path unit
+- name: Create vex download path unit
38
ansible.builtin.copy:
39
src: iop-vex-download.path
40
dest: /etc/systemd/system/iop-vex-download.path
0 commit comments