fixing linting errors

This commit is contained in:
nazunalika 2020-12-12 11:16:37 -07:00
parent 8beed7999d
commit 525802e753
3 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -46,4 +46,3 @@
- file:
path: "../tmp/known_hosts"
state: touch

View File

@ -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