mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-21 20:51:27 +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
|
||||
|
||||
- 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
|
||||
run: ansible-galaxy collection install -r ansible/playbooks/requirements.yml
|
||||
run: ansible-galaxy collection install -r ansible/roles/requirements.yml
|
||||
|
||||
- name: Ansible Lint
|
||||
uses: ansible/ansible-lint-action@master
|
||||
|
@ -46,4 +46,3 @@
|
||||
- file:
|
||||
path: "../tmp/known_hosts"
|
||||
state: touch
|
||||
|
||||
|
@ -43,8 +43,8 @@
|
||||
- reload_networkmanager
|
||||
|
||||
roles:
|
||||
- role: freeipa.ansible_freeipa.ipaserver
|
||||
state: present
|
||||
- role: freeipa.ansible_freeipa.ipaserver
|
||||
state: present
|
||||
|
||||
post_tasks:
|
||||
- name: Touching run file that ansible has ran here
|
||||
|
Loading…
Reference in New Issue
Block a user