ansible-vars 1.0.13__tar.gz → 1.0.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ansible-vars
3
- Version: 1.0.13
3
+ Version: 1.0.14
4
4
  Summary: Manage vaults and variable files for Ansible
5
5
  Project-URL: Homepage, https://github.com/xorwow/ansible-vars
6
6
  Project-URL: Issues, https://github.com/xorwow/ansible-vars/issues
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "ansible-vars"
7
- version = "1.0.13"
7
+ version = "1.0.14"
8
8
  authors = [
9
9
  { name="xorwow", email="pip@xorwow.de" },
10
10
  ]
@@ -208,7 +208,7 @@ class VaultKeyring():
208
208
  # Could possibly be avoided by splitting the detected vault IDs and transforming any right-hand paths
209
209
  os.chdir(pardir)
210
210
  secrets: list[tuple[str | None, VaultSecret]] = \
211
- CLI.setup_vault_secrets(DataLoader(), vault_ids, auto_prompt=False) # type: ignore
211
+ CLI.setup_vault_secrets(DataLoader(), vault_ids, auto_prompt=False, initialize_context=False) # type: ignore
212
212
  return list(map(VaultKey.from_ansible_secret, secrets))
213
213
  finally:
214
214
  os.chdir(prev_dir)
File without changes
File without changes
File without changes