Skip to content

Commit

Permalink
Re-enable collection path
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Feb 13, 2025
1 parent d90aa78 commit 01bea01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tasks/setup_ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
ipaserver_hostname: ipaserver.test.local
ipaserver_no_host_dns: true
local_log_dir: "{{ lookup('env', 'TEST_ARTIFACTS') | d('/tmp', true) }}"
# role_collection_path: >-
# /usr/share/ansible/collections/ansible_collections/freeipa/ansible_freeipa/roles/ipaserver
# role_collection_name: freeipa.ansible_freeipa.ipaserver
role_collection_path: >-
/usr/share/ansible/collections/ansible_collections/freeipa/ansible_freeipa/roles/ipaserver
role_collection_name: freeipa.ansible_freeipa.ipaserver
block:
- name: Debug
shell: |
Expand Down

0 comments on commit 01bea01

Please sign in to comment.