Skip to content

Commit

Permalink
Workaround for Ubuntu sudo issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Jan 2, 2025
1 parent 4c3eafa commit 7b4261f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
| jq '.[0].tag_name' | tr -d '"v')-dev$(date +"%Y%m%d%H%M")"
- name: Test ipaserver
uses: rjeffman/FreeIPA-Cluster-Test@v1.0.0
uses: rjeffman/FreeIPA-Cluster-Test@devel
with:
cluster_configuration: tests/deployment/${{ matrix.cluster_config }}
# ansible_vars: test/deployment/ipaserver-vars.yml
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
| jq '.[0].tag_name' | tr -d '"v')-dev$(date +"%Y%m%d%H%M")"
- name: Test ipareplica
uses: rjeffman/FreeIPA-Cluster-Test@v1.0.0
uses: rjeffman/FreeIPA-Cluster-Test@devel
with:
cluster_configuration: tests/deployment/${{ matrix.cluster_config }}
ansible_vars: test/deployment/ipareplica-vars.yml
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
| jq '.[0].tag_name' | tr -d '"v')-dev$(date +"%Y%m%d%H%M")"
- name: Test ipaclient
uses: rjeffman/FreeIPA-Cluster-Test@v1.0.0
uses: rjeffman/FreeIPA-Cluster-Test@devel
with:
cluster_configuration: tests/deployment/${{ matrix.cluster_config }}
# ansible_vars: test/deployment/ipaclient-vars.yml
Expand Down

0 comments on commit 7b4261f

Please sign in to comment.