Fix password generation for default plan creation
The typo in the workflow input caused the default passwords to never be generated, as the value could no longer equal True. Change-Id: Iffc0beb55a555f1697436861242462a92c449097 Closes-Bug: #1694494
This commit is contained in:
parent
e56cccf739
commit
52136f7add
@ -21,7 +21,7 @@ workflows:
|
||||
input:
|
||||
container: <% $.container %>
|
||||
queue_name: <% $.queue_name %>
|
||||
generate_passwords: <% $.queue_name %>
|
||||
generate_passwords: <% $.generate_passwords %>
|
||||
use_default_templates: true
|
||||
|
||||
set_status_success:
|
||||
|
Loading…
x
Reference in New Issue
Block a user