Skip to content

Negdayen/system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

System Provisioning

Prerequisites

sudo xbps-install -S ansible

Example usage

ansible-playbook -e @.cache/my-desktop-vars.yaml ./provision-local-system.yaml

Troubleshooting

Failures during package install that don’t make sense

I.E., you get an error when running the playbook about xbps being unable to install a package even though xbps-install “${package}” works fine. In this case, the package producing the error may not be the one that is reported by ansible. The most likely scenario is you need to update your system due to a version conflict in your existing packages.

xbps-install -Su

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages