Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix linter #344

Merged
merged 22 commits into from
Aug 14, 2024
Merged

fix linter #344

merged 22 commits into from
Aug 14, 2024

Conversation

Stunkymonkey
Copy link
Contributor

@Stunkymonkey Stunkymonkey commented Aug 12, 2024

rebased #312 and dropped the two commits changing the name of the role (this was mentioned, to be the blocking point.)

gardar and others added 15 commits August 12, 2024 22:38
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: gardar <gardar@users.noreply.github.com>
@Stunkymonkey Stunkymonkey marked this pull request as draft August 12, 2024 20:51
@riemers
Copy link
Owner

riemers commented Aug 13, 2024

image

Like the work appreciated.

@riemers
Copy link
Owner

riemers commented Aug 13, 2024

@guenhter, you want to have a look too or we good?

@riemers riemers mentioned this pull request Aug 13, 2024
Comment on lines +1 to +4
---
collections:
- name: ansible.windows
- name: community.docker
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this make problems?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question, if its mandatory installation it might..

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On a second thought, even though if they are mandatory, it should not influence developers much I guess. It just means, that the roles are downloaded I guess but it has no effect on the actual galaxy role. So I'm fine with merging it.

Copy link
Contributor Author

@Stunkymonkey Stunkymonkey Aug 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will enforce the user to install both dependencies.

On one hand this is good, because in ansible 2.16+ the docker_container role is not found (which is only needed for the docker-executor). On the other hand this is not really needed, when you configure a windows-shell runner (but then ansible.windows is required for win_command)

optional dependencies would fit perfectly. But installing dependencies should never hurt, due to the introduced namespaces.

@guenhter
Copy link
Collaborator

I just have one comment/question. Besides that, this looks amazing.

@guenhter guenhter merged commit 77b8e99 into riemers:master Aug 14, 2024
1 check passed
@guenhter
Copy link
Collaborator

Thx for this contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants