Skip to content
Snippets Groups Projects
Commit 97b30206 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed ansible lint paths | refs #32734

parent 01fad4fd
No related branches found
No related tags found
No related merge requests found
---
exclude_paths:
- playbooks/_*.yml
- playbooks/migrate-debian.yml
- playbooks/pod.yml
- playbooks/upgrade.yml
- roles/_*/
- ansible/playbooks/_*.yml
- ansible/roles/_*/
skip_list:
- '701'
......
......@@ -78,7 +78,7 @@ ifndef t
$(eval t=all)
endif
ANSIBLE_CONFIG=$(ANSIBLE_CONFIG) $(ANSIBLE_BIN) -i $(i) -l $(l) -m ping all
ANSIBLE_CONFIG=$(ANSIBLE_CONFIG) $(ANSIBLE_PLAYBOOK_BIN) -i $(i) playbooks/site.yml -e conf_update=true -l $(l) -t $(t)
ANSIBLE_CONFIG=$(ANSIBLE_CONFIG) $(ANSIBLE_PLAYBOOK_BIN) -i $(i) ansible/playbooks/site.yml -e conf_update=true -l $(l) -t $(t)
.PHONY: image-validate
## image-validate: Check that Packer image is valid : build=<path-to-packer-file>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment