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

Fixed ocp-e2e role by replacing core make module with community.general make module #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SurajGudaji
Copy link
Contributor

@SurajGudaji SurajGudaji commented Nov 13, 2024

Fixed ocp-e2e role by replacing core make module with community.general make module.

@ppc64le-cloud-bot ppc64le-cloud-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 13, 2024
@ppc64le-cloud-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: SurajGudaji, varad-ahirwadkar
Once this PR has been reviewed and has the lgtm label, please assign yussufsh for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

@yussufsh yussufsh left a comment

Choose a reason for hiding this comment

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

@yussufsh
Copy link
Contributor

Can we not use community.general.make? ref: https://docs.ansible.com/ansible/latest/collections/community/general/make_module.html

Please check #42

@SurajGudaji
Copy link
Contributor Author

Can we not use community.general.make? ref: https://docs.ansible.com/ansible/latest/collections/community/general/make_module.html

Yes we can, I have added 'community.general.make' module.
Thanks.

@SurajGudaji SurajGudaji changed the title Fixed ocp-e2e role by replacing make with command module Fixed ocp-e2e role by replacing core make module with community.general make module Nov 15, 2024
Comment on lines +28 to +31
- Install community.general collection
```
ansible-galaxy collection install community.general
```
Copy link
Contributor

Choose a reason for hiding this comment

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

This is already defined in the main README. I will merge this anyway.

@@ -69,7 +69,7 @@
ansible_distribution == 'Ubuntu'

- name: Run make target
make:
community.general.make:
Copy link
Contributor

Choose a reason for hiding this comment

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

@varad-ahirwadkar can you confirm this change is needed?
Last time when you encountered this just collection install was enough?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants