mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2022-04-22 16:00
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
- when:
|
||||
- not rand_pass_file_clear.stat.exists
|
||||
- not rand_pass_file_enc.stat.exists
|
||||
- rand_pass_file_enc_pbkdf2.stat.exists or rand_pass_new is defined
|
||||
- rand_pass_file_enc_pbkdf2.stat.exists or (rand_pass_new is defined and pass_openssl_pbkdf2.rc == 0)
|
||||
- pass_openssl_pbkdf2.rc == 0
|
||||
- encryption | default(True)
|
||||
- rand_pass_encryption_key is defined
|
||||
@@ -98,7 +98,7 @@
|
||||
# Read the encrypted pass (without PBKDF2)
|
||||
- when:
|
||||
- not rand_pass_file_clear.stat.exists
|
||||
- rand_pass_file_enc.stat.exists or rand_pass_new is defined
|
||||
- rand_pass_file_enc.stat.exists or (rand_pass_new is defined and pass_openssl_pbkdf2.rc != 0)
|
||||
- not rand_pass_file_enc_pbkdf2.stat.exists
|
||||
- encryption | default(True)
|
||||
- rand_pass_encryption_key is defined
|
||||
|
Reference in New Issue
Block a user