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

Support --rootdir and --repository flags for xbps #9173

Open
1 task done
ssnailed opened this issue Nov 22, 2024 · 2 comments · May be fixed by #9174
Open
1 task done

Support --rootdir and --repository flags for xbps #9173

ssnailed opened this issue Nov 22, 2024 · 2 comments · May be fixed by #9174
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type)

Comments

@ssnailed
Copy link

ssnailed commented Nov 22, 2024

Summary

When using ansible to provision a new desktop, I currently have to run xbps-install as a shell command to be able to install a new void linux system on a mounted partition. It would be much more pleasant if the xbps module supported this directly.

Issue Type

Feature Idea

Component Name

xbps

Additional Information

It would be nice to do something like this:

- name: Install a new void system on a mounted partition
  community.general.xbps:
    name: base-system
    state: present
    repository: https://repo-default.voidlinux.org/current
    root: /mnt

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module plugins plugin (any type) labels Nov 22, 2024
@ssnailed ssnailed linked a pull request Nov 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants