🚨: fix ansible-lint errors
This commit is contained in:
@@ -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 }}"
|
||||||
|
@@ -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:
|
||||||
|
@@ -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:
|
||||||
|
Reference in New Issue
Block a user