-
Notifications
You must be signed in to change notification settings - Fork 741
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
How do i install this on Centos 8? #367
Comments
I tried to follow the docs and got this error. Could you please tell me
what the correct command to install it is?
…On Thu, Dec 31, 2020, 4:25 AM Sebastian Gumprich ***@***.***> wrote:
See the docs
https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#installing-collections-with-ansible-galaxy
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#367 (comment)>,
or unsubscribe
</~https://github.com/notifications/unsubscribe-auth/AHSHPL4KDIYORDSMI7OIYM3SXRUUBANCNFSM4VPEGSOQ>
.
|
Try: |
I get this error:
ERROR! Invalid collection name 'dev-sec.hardening', name must be in the
format <namespace>.<collection>. Please make sure namespace and collection
name contains characters from [a-zA-Z0-9_] only.
…On Fri, Jan 1, 2021 at 1:18 AM Sebastian Gumprich ***@***.***> wrote:
Try: ansible-galaxy collection install dev-sec.hardening
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#367 (comment)>,
or unsubscribe
</~https://github.com/notifications/unsubscribe-auth/AHSHPL4YYB5XK6S5F7UVRE3SXWHPBANCNFSM4VPEGSOQ>
.
|
Whoops, devsec without the minus. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I receive an error "Collection artifact at '/root/.ansible/tmp/ansible-local-17450537cbmodh/tmp88wmfw9_/5eac14xs' is not a valid tar file.
Expected behavior
Installs when i run the ansible galaxy collection install command
Actual behavior
Using this command: ansible-galaxy collection install /~https://github.com/dev-sec/ansible-collection-hardening/
Fails with error:
Collection artifact at '/root/.ansible/tmp/ansible-local-17450537cbmodh/tmp88wmfw9_/5eac14xs' is not a valid tar file.
Example Playbook
OS / Environment
Ansible Version
Role Version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: