Skip to content

Commit

Permalink
fix for ansible master password at ansible config level
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaveva committed Jul 8, 2024
1 parent 6e122b4 commit 4f61984
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public String encryptVariable(String key,

Map<String, String> env = new HashMap<>();
env.put("VAULT_ID_SECRET", masterPassword);
env.put("ANSIBLE_VAULT_PASSWORD_FILE", "");

Process proc = null;

Expand Down

0 comments on commit 4f61984

Please sign in to comment.