Skip to content

Commit

Permalink
StepupazureMFA: Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Mar 4, 2024
1 parent 45d8c52 commit d754a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/stepupazuremfa/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
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
include_tasks: vm.yml
when: "'docker' not in group_names"

0 comments on commit d754a7d

Please sign in to comment.