Skip to content

Commit

Permalink
addl lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Feb 23, 2024
1 parent a38a7b8 commit fc2fce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- name: Check for installation of Miniconda
become: '{{ miniconda_escalate }}'
ansible.builtin.stat:
path: '{{ miniconda_conda_bin }}'
path: '{{ miniconda_conda_bin }}'
changed_when: false
register: miniconda_conda_binary

Expand Down

0 comments on commit fc2fce9

Please sign in to comment.