Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tanganellilore committed Jun 4, 2024
1 parent 153b012 commit 6440a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/setup/tasks/python_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- name: Install additional python packages
ansible.builtin.pip:
name: "{{ additional_python_packages | default([]) }}"
state: "{{ 'latest' if 'update' in receptor_install_method else 'present' }}"
state: "{{ 'latest' if 'update' in receptor_install_method else 'present' }}"
executable: "{{ pip_executable }}"

- name: Symlink receptorctl to /usr/bin
Expand Down

0 comments on commit 6440a85

Please sign in to comment.