Skip to content

Commit

Permalink
remove debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed May 20, 2024
1 parent a29c054 commit fe6549c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install-ansible-collections:

.PHONY: integration
integration: install-python-packages install-ansible-collections
ansible-config dump | grep COLLECTIONS && ansible-test integration --no-temp-workdir
ansible-test integration --no-temp-workdir

.PHONY: ee-clean
ee-clean:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/cluster_settings_test/runme.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
source ../init.sh
exec ansible-playbook run.yml -vvvv
exec ansible-playbook run.yml

0 comments on commit fe6549c

Please sign in to comment.