forked from ansible-lockdown/RHEL9-CIS
Removed multiple blank lines
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
312b460cfc
commit
5f7dd08838
12 changed files with 3 additions and 21 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue