https://github.com/computate-org/computate_automake
https://github.com/computate-org/computate_automake
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_automake
- Owner: computate-org
- Created: 2022-08-12T00:24:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T00:25:15.000Z (almost 4 years ago)
- Last Synced: 2025-08-20T21:40:54.436Z (10 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 automake ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_automake
# Clone the automake ansible role.
git clone git@github.com:computate-org/computate_automake.git ~/.ansible/roles/computate.computate_automake
# Change into the automake ansible role directory.
cd ~/.ansible/roles/computate.computate_automake
```
# Run the automake ansible playbook to install automake locally.
```bash
ansible-playbook install.yml
```
Christopher Tate