diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-06 20:31:09 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-06 20:31:09 +0100 |
| commit | cec15f231bfcd9a6c55fbffcb7d297a36f75211d (patch) | |
| tree | fc956161bd842fe66263b037c1be1426057cd41b | |
| parent | 4931117343a3105749b4a3698dd24c824a505441 (diff) | |
makefile target to install requirements
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,6 @@ all: ansible-playbook -i inventory.yml playbook.yml + +.PHONY: install_requirements +install_requirements: + ansible-galaxy install -r requirements.yml |
