Fix variable name, password means password
This commit is contained in:
parent
d7f5bf91e1
commit
495f4c88cc
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ PKGDB2_BUGZILLA_NOTIFY_EMAIL = [
|
|||
'pingou@fedoraproject']
|
||||
BUGZILLA_COMPONENT_API = "component.get"
|
||||
PKGDB2_BUGZILLA_NOTIFY_USER = '{{ bugzilla_user }}'
|
||||
PKGDB2_BUGZILLA_NOTIFY_PASSWORD = '{{ bugzilla_user }}'
|
||||
PKGDB2_BUGZILLA_NOTIFY_PASSWORD = '{{ bugzilla_password }}'
|
||||
PKGDB2_BUGZILLA_DRY_RUN = False
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue