Skip to content

Commit

Permalink
Stepuptiqr: Fix wording when running tasks meant for a vm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Mar 4, 2024
1 parent 2cef1db commit 45d8c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/stepuptiqr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
ansible.builtin.include_tasks: docker.yml
when: "'docker' in group_names"

- name: Include docker tasks when running docker
- name: Include vm tasks when running on a vm
ansible.builtin.include_tasks: vm.yml
when: "'docker' not in group_names"

0 comments on commit 45d8c52

Please sign in to comment.