make generate

This commit is contained in:
Samuel Clay 2021-03-09 16:56:42 -05:00
parent a4af967ccb
commit f185d2bad8

View file

@ -64,6 +64,8 @@ plan:
terraform -chdir=terraform plan
apply:
terraform -chdir=terraform apply
generate:
- ./ansible/utils/generate.py
# Docker
build_web: