Skip to content

Commit

Permalink
build(make): this is some stuff
Browse files Browse the repository at this point in the history
this is more stuff in the body
  • Loading branch information
donhector committed Mar 27, 2022
1 parent 0e8322f commit 58769ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ security:
.PHONY: test
test:
$(call hr)
@$(MAKE) -C ansible_collections/donhector/workstation test
@pipenv shell && $(MAKE) -C ansible_collections/donhector/workstation test

## Test role
.PHONY: test-%
test-%:
$(call hr)
@$(MAKE) -C ansible_collections/donhector/workstation/roles/$* test
@pipenv run $(MAKE) -C ansible_collections/donhector/workstation/roles/$* test

## lint collection
.PHONY: lint
Expand Down
2 changes: 0 additions & 2 deletions ansible_collections/donhector/workstation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ define hr
@printf '%.s─' $$(seq 1 $$(tput cols))
endef

export ANSIBLE_CONFIG="./ansible.cfg"

### Ansible/Molecule targets

## Lint collection
Expand Down

0 comments on commit 58769ba

Please sign in to comment.