Fix linting
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- ".ansible/"
|
- ".ansible/"
|
||||||
|
- ".gitea/"
|
||||||
- "galaxy.roles/"
|
- "galaxy.roles/"
|
||||||
- "Taskfile.yml"
|
- "Taskfile.yml"
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
name: Linting
|
name: Linting
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
yamllint:
|
yamllint:
|
||||||
|
|||||||
@@ -22,7 +22,9 @@
|
|||||||
|
|
||||||
- name: "Install rclone"
|
- name: "Install rclone"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: "{{ eget_bin_path }} rclone/rclone --quiet --upgrade-only --to {{ eget_install_dir }} --asset zip --tag v1.71.2"
|
cmd: >
|
||||||
|
{{ eget_bin_path }} rclone/rclone --quiet --upgrade-only --to {{ eget_install_dir }} --asset zip
|
||||||
|
--tag v1.71.2"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: "Install btop"
|
- name: "Install btop"
|
||||||
@@ -42,5 +44,7 @@
|
|||||||
|
|
||||||
- name: "Install task"
|
- name: "Install task"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: "{{ eget_bin_path }} go-task/task --quiet --upgrade-only --to {{ eget_install_dir }} --asset tar.gz --tag v3.45.4"
|
cmd: >
|
||||||
|
{{ eget_bin_path }} go-task/task --quiet --upgrade-only --to {{ eget_install_dir }} --asset tar.gz
|
||||||
|
--tag v3.45.4
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|||||||
Reference in New Issue
Block a user