Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Nov 18, 2024
1 parent 56f3d89 commit 9531359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _run_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

- name: Test the component by executing it using ansible on the workspace

Check warning on line 38 in _run_component.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

jinja[spacing]

Jinja2 spacing could be improved: ansible-playbook -c local -vv -b {{ remote_plugin.arguments }} -e='{{ remote_plugin.parameters }}' /rsc/plugins/{{ remote_plugin.script_folder }}/{{remote_plugin.path }}
ansible.builtin.command: >
ansible-playbook -c local -v -b {{ remote_plugin.arguments }} -e='{{ remote_plugin.parameters }}' /rsc/plugins/{{ remote_plugin.script_folder
ansible-playbook -c local -vv -b {{ remote_plugin.arguments }} -e='{{ remote_plugin.parameters }}' /rsc/plugins/{{ remote_plugin.script_folder
}}/{{remote_plugin.path }}
register: ansible_on_workspace
changed_when: >
Expand Down

0 comments on commit 9531359

Please sign in to comment.