Skip to content

Commit

Permalink
Disable conda auto init in test
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed May 17, 2022
1 parent 32501b1 commit c5bb345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
galaxy_config:
galaxy:
database_connection: sqlite:///{{ galaxy_mutable_data_dir }}/universe.sqlite
conda_auto_init: false
# needed because we've disabled facts
ansible_user_uid: "{{ lookup('env', 'UID') }}"
ansible_user_id: "{{ lookup('env', 'USER') }}"
Expand Down

0 comments on commit c5bb345

Please sign in to comment.