Skip to content
Snippets Groups Projects
Commit 93f043fc authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Set current dir for molecule

parent f4af8552
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ test: ...@@ -63,7 +63,7 @@ test:
ifndef SKYREACH_SYSTEM_KEY ifndef SKYREACH_SYSTEM_KEY
$(error SKYREACH_SYSTEM_KEY is undefined) $(error SKYREACH_SYSTEM_KEY is undefined)
endif endif
molecule $(MOLECULE_FLAGS) test $(MOLECULE_TEST_FLAGS) cd ansible; molecule $(MOLECULE_FLAGS) test $(MOLECULE_TEST_FLAGS)
.PHONY: deploy .PHONY: deploy
## deploy: Run deployment playbooks : i=<inventory-path>, l=<host-or-group>, t=<tag> ## deploy: Run deployment playbooks : i=<inventory-path>, l=<host-or-group>, t=<tag>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment