Skip to content

Commit

Permalink
Conform to linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Nov 30, 2023
1 parent e89e27c commit df22a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
with_items: "{{ lookup('env', 'components') }}"

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

Check warning on line 11 in converge.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

jinja[spacing]

Jinja2 spacing could be improved: ansible-playbook -c local -v -b {{ remote_plugin.arguments }} --extra-vars='{{ remote_plugin.parameters }}' /rsc/plugins/{{ item.name}}/{{ item.path }}
ansible.builtin.command: ansible-playbook -c local -v -b {{ remote_plugin.arguments }} --extra-vars='{{ remote_plugin.parameters }}' /rsc/plugins/{{ item.name
}}/{{ item.path }}
ansible.builtin.command: >
ansible-playbook -c local -v -b {{ remote_plugin.arguments }} --extra-vars='{{ remote_plugin.parameters }}' /rsc/plugins/{{ item.name}}/{{ item.path }}
register: ansible_on_workspace
changed_when: "'changed=0' not in ansible_on_workspace.stdout_lines[-1]"
vars:
Expand Down

0 comments on commit df22a63

Please sign in to comment.