4
0
Fork 0

Removed multiple blank lines

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-03-21 16:46:19 +00:00
parent 312b460cfc
commit 5f7dd08838
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
12 changed files with 3 additions and 21 deletions

View file

@ -1,6 +1,5 @@
.PHONY: all help galaxy-install ansible-list yamllint pip-requirements
GALAXY=ansible-galaxy
ANSIBLE_LINT='/usr/local/bin/ansible-lint'
ANSIBLE_FILE=site.yml
@ -15,7 +14,6 @@ help:
@echo " yamllint to lint playbook files"
@echo " pip-requirements add pip required file"
galaxy-install:
$(GALAXY) install -r ./collections/requirements.yml
@ -29,4 +27,3 @@ pip-requirements:
@echo 'Python dependencies:'
@cat requirements.txt
pip3 install -r requirements.txt