Skip to content

Commit

Permalink
REMOVE: this patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Guterres Jeffman committed Dec 31, 2024
1 parent 29ac1cd commit 9dbcd46
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
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

0 comments on commit 9dbcd46

Please sign in to comment.