🚨: fix ansible-lint errors

This commit is contained in:
VC
2025-03-14 18:08:52 +01:00
parent ad3009d39c
commit 9805120905
3 changed files with 2 additions and 7 deletions

View File

@@ -31,11 +31,6 @@
notify: notify:
- Restart Act_Runner - Restart Act_Runner
- debug:
msg: "{{ act_runner_gitea_ref_url }}"
- debug:
msg: "{{ act_runner_gitea_token }}"
- name: Register act_runner - name: Register act_runner
become: true become: true
become_user: "{{ act_runner_user }}" become_user: "{{ act_runner_user }}"

View File

@@ -1,6 +1,6 @@
--- ---
- name: "Disable {{ item.name }} module" - name: "Disable module {{ item.name }}"
become: true become: true
become_user: www-data become_user: www-data
ansible.builtin.command: ansible.builtin.command:

View File

@@ -1,6 +1,6 @@
--- ---
- name: "Install {{ item.name }} module" - name: "Install module {{ item.name }}"
become: true become: true
become_user: www-data become_user: www-data
ansible.builtin.command: ansible.builtin.command: