Do not do ansible run verbosely
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) && ansible-playbook -e ansible_python_interpreter=/usr/bin/python3 --inventory localhost, --diff --verbose ./playbook.yml ${ANSIBLE_EXTRA_ARGS}
|
ansible_run = $(activate) && ansible-playbook -e ansible_python_interpreter=/usr/bin/python3 --inventory localhost, --diff ./playbook.yml ${ANSIBLE_EXTRA_ARGS}
|
||||||
|
|
||||||
.PHONY: config
|
.PHONY: config
|
||||||
config: | venv $(ansible)
|
config: | venv $(ansible)
|
||||||
|
|||||||
Reference in New Issue
Block a user