mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
fix variable reference
This commit is contained in:
parent
eb61e39372
commit
6605d6b20c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- name: Define facts
|
||||
set_fact:
|
||||
p12_export_password: "{{ p12_password|default(p12_password_generated.stdout) }}"
|
||||
p12_export_password: "{{ p12_password|default(p12_password_generated) }}"
|
||||
tags: update-users
|
||||
|
||||
- name: Set facts
|
||||
|
|
Loading…
Add table
Reference in a new issue