Skip to content

Commit a565e1c

Browse files
committed
fix lint
1 parent fe2fb77 commit a565e1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/roles/iop_vex_downloader/handlers/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
- name: Restart vex download path
88
ansible.builtin.systemd:
99
name: iop-vex-download.path
10-
state: restarted
10+
state: restarted

src/roles/iop_vex_downloader/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
mode: '0644'
3535
notify: Restart vex download timer
3636

37-
- name: Create vex download path unit
37+
- name: Create vex download path unit
3838
ansible.builtin.copy:
3939
src: iop-vex-download.path
4040
dest: /etc/systemd/system/iop-vex-download.path

0 commit comments

Comments
 (0)