mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-16 10:41:24 +00:00
fixing linting errors
This commit is contained in:
parent
8beed7999d
commit
525802e753
4
.github/workflows/ansible-lint.yml
vendored
4
.github/workflows/ansible-lint.yml
vendored
@ -23,10 +23,10 @@ jobs:
|
|||||||
echo 'collections_paths = ./collections' >> ansible.cfg
|
echo 'collections_paths = ./collections' >> ansible.cfg
|
||||||
|
|
||||||
- name: Install role requirements
|
- name: Install role requirements
|
||||||
run: ansible-galaxy role install -r ansible/playbooks/requirements.yml
|
run: ansible-galaxy role install -r ansible/roles/requirements.yml
|
||||||
|
|
||||||
- name: Install collection requirements
|
- name: Install collection requirements
|
||||||
run: ansible-galaxy collection install -r ansible/playbooks/requirements.yml
|
run: ansible-galaxy collection install -r ansible/roles/requirements.yml
|
||||||
|
|
||||||
- name: Ansible Lint
|
- name: Ansible Lint
|
||||||
uses: ansible/ansible-lint-action@master
|
uses: ansible/ansible-lint-action@master
|
||||||
|
@ -46,4 +46,3 @@
|
|||||||
- file:
|
- file:
|
||||||
path: "../tmp/known_hosts"
|
path: "../tmp/known_hosts"
|
||||||
state: touch
|
state: touch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user