https://github.com/computate-org/computate_physfs
https://github.com/computate-org/computate_physfs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_physfs
- Owner: computate-org
- Created: 2022-03-15T22:48:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T21:53:42.000Z (about 2 years ago)
- Last Synced: 2025-10-05T16:44:16.115Z (8 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the physfs ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_physfs
# Clone the physfs ansible role.
git clone git@github.com:computate-org/computate_physfs.git ~/.ansible/roles/computate.computate_physfs
# Change into the physfs ansible role directory.
cd ~/.ansible/roles/computate.computate_physfs
```
# Run the physfs ansible playbook to install physfs locally.
```bash
ansible-playbook install.yml
```