Skip to content

Commit

Permalink
Enable default true value
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Mar 29, 2024
1 parent f655593 commit aeb696e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ public String getPassphraseStorageData(String storagePath) throws ConfigurationE
public boolean encryptExtraVars() throws ConfigurationException {
return PropertyResolver.resolveBooleanProperty(
AnsibleDescribable.ANSIBLE_ENCRYPT_EXTRA_VARS,
false,
true,
getFrameworkProject(),
getFramework(),
getNode(),
Expand Down

0 comments on commit aeb696e

Please sign in to comment.