Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
molecule committed May 9, 2024
1 parent 3aec963 commit b39f759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/setup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

- name: Receptor install release
ansible.builtin.include_tasks: setup-release.yml
when: receptor_install_method == ['release', 'update-release']
when: receptor_install_method in ['release', 'update-release']

- name: Receptor check installation
ansible.builtin.include_tasks: check_installed_version.yml
Expand Down

0 comments on commit b39f759

Please sign in to comment.