https://github.com/computate-org/computate_libmodplug
https://github.com/computate-org/computate_libmodplug
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_libmodplug
- Owner: computate-org
- Created: 2022-03-14T11:59:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T03:50:06.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T10:23:53.234Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the libmodplug ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_libmodplug
# Clone the libmodplug ansible role.
git clone git@github.com:computate-org/computate_libmodplug.git ~/.ansible/roles/computate.computate_libmodplug
# Change into the libmodplug ansible role directory.
cd ~/.ansible/roles/computate.computate_libmodplug
```
# Run the libmodplug ansible playbook to install libmodplug locally.
```bash
ansible-playbook install.yml
```
Christopher Tate