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 57074f2 commit ac62d36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _run_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- name: Install component Ansible Galaxy dependencies
tags: molecule-idempotence-notest
block:
- name: Check for plugin requirements file
stat:
Expand Down Expand Up @@ -28,8 +29,6 @@
args:
chdir: /rsc/plugins/{{ remote_plugin.script_folder | basename }}
executable: /bin/bash
register: roles_install
changed_when: "'Nothing to do' not in roles_install.stdout"

- name: Install collection dependencies for Ansible plugin
when: requirements_path is defined
Expand All @@ -38,8 +37,6 @@
args:
chdir: /rsc/plugins/{{ remote_plugin.script_folder | basename }}
executable: /bin/bash
register: collections_install
changed_when: "'Nothing to do' not in roles_install.stdout"

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

Check warning on line 41 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 -v -b {{ remote_plugin.arguments }} -e='{{ remote_plugin.parameters }}' /rsc/plugins/{{ remote_plugin.script_folder }}/{{remote_plugin.path }}
ansible.builtin.command: >
Expand Down

0 comments on commit ac62d36

Please sign in to comment.