Skip to content

Commit

Permalink
In machine_operations protect process to not deploy VM if `single_r…
Browse files Browse the repository at this point in the history
…ole` variable is defined
  • Loading branch information
at3rva authored and AllRWeak committed Nov 7, 2023
1 parent d8941a6 commit a3c95f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
msg: Machine doesn't exist, use deploy or redeploy first!
when:
- fresh_deploy
- role_only or role_only_wp
- role_only or role_only_wp or single_role is defined

- name: Running VM creation tasks...
delegate_to: localhost
Expand Down

0 comments on commit a3c95f8

Please sign in to comment.