mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53: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
|
- name: Define facts
|
||||||
set_fact:
|
set_fact:
|
||||||
p12_export_password: "{{ p12_password|default(p12_password_generated.stdout) }}"
|
p12_export_password: "{{ p12_password|default(p12_password_generated) }}"
|
||||||
tags: update-users
|
tags: update-users
|
||||||
|
|
||||||
- name: Set facts
|
- name: Set facts
|
||||||
|
|
Loading…
Add table
Reference in a new issue