ansible: Remove actionable stdout callback
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ requirements = requirements.txt
|
|||||||
activate = . $(venv)/bin/activate
|
activate = . $(venv)/bin/activate
|
||||||
pip = pip
|
pip = pip
|
||||||
ansible = venv/bin/ansible-playbook
|
ansible = venv/bin/ansible-playbook
|
||||||
ansible_run = $(activate) && env ANSIBLE_STDOUT_CALLBACK=actionable ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml
|
ansible_run = $(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(ansible)
|
all: $(ansible)
|
||||||
|
|||||||
Reference in New Issue
Block a user