Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SequeI committed Dec 3, 2024
1 parent 5e5f17e commit f678dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
1 change: 1 addition & 0 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ansible.builtin.shell: |
podman inspect dex-idp | grep rhtas
register: network_check
ignore_errors: true

- name: Adding Dex instance to RHTAS network
ansible.builtin.shell: podman network connect rhtas dex-idp
Expand Down
2 changes: 1 addition & 1 deletion vm-testing/play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
- name: Adding Dex to RHTAS network
ansible.builtin.shell: |
podman network connect rhtas dex-idp
when: network_check.stdout != ""
when: network_check.stdout == ""
38 changes: 0 additions & 38 deletions vm-testing/playbooks/dex-config.yaml

This file was deleted.

1 change: 1 addition & 0 deletions vm-testing/playbooks/dex-config.yaml

0 comments on commit f678dfb

Please sign in to comment.