Skip to content

REMOVE: this patch

REMOVE: this patch #1

Workflow file for this run

---
name: Test collection roles
on:
- push
- pull_request
env:
test_path: "${HOME}/.ansible/collections/ansible_collections/freeipa/ansible_freeipa"
jobs:
run_ansible:
name: Run Ansible
runs-on: ubuntu-latest
steps:
- name: Execute module
shell: bash
run: |
ansible --become -m ping localhost
ansible --become -m setup localhost