ansible-vars 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.
- ansible_vars/cli.py +4 -0
- {ansible_vars-1.0.0.dist-info → ansible_vars-1.0.1.dist-info}/METADATA +2 -2
- {ansible_vars-1.0.0.dist-info → ansible_vars-1.0.1.dist-info}/RECORD +6 -6
- {ansible_vars-1.0.0.dist-info → ansible_vars-1.0.1.dist-info}/WHEEL +0 -0
- {ansible_vars-1.0.0.dist-info → ansible_vars-1.0.1.dist-info}/entry_points.txt +0 -0
- {ansible_vars-1.0.0.dist-info → ansible_vars-1.0.1.dist-info}/licenses/LICENSE +0 -0
ansible_vars/cli.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ansible-vars
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
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
|
@@ -204,7 +204,7 @@ Creates, updates, or deletes a key-value pair from a vault or variable file. Whe
|
|
204
204
|
|
205
205
|
### Python library
|
206
206
|
|
207
|
-
When using `ansible-vars` as a library, these
|
207
|
+
When using `ansible-vars` as a library, import any of these modules from the `ansible_vars` module.
|
208
208
|
|
209
209
|
#### vault module
|
210
210
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
ansible_vars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
ansible_vars/cli.py,sha256
|
2
|
+
ansible_vars/cli.py,sha256=HZLvlwyTMQubwMubjT0eLgsZ1clXBKWS-YH5uCjPwSE,55401
|
3
3
|
ansible_vars/constants.py,sha256=Nd3sIuSoOvyfUfHfnsnJBDGMW7eNzbMm1NAvEQio9hE,1624
|
4
4
|
ansible_vars/errors.py,sha256=VnViEBMR3rIeioMj460DgdBA5S5FYiDObaDDhG2FMBs,857
|
5
5
|
ansible_vars/util.py,sha256=BzS7n3UzaKqVZ3W78HVkJtdVCYofprqQDtU8wYH1d0Q,21325
|
6
6
|
ansible_vars/vault.py,sha256=_dp1K5_UAFGgcg6iO4on4-L_BaJO2cHP6My3EU6enA4,45593
|
7
7
|
ansible_vars/vault_crypt.py,sha256=JcFc6dTZ6EqhKXv_C5ofggTpBK8hWG3ZwrBrDNYcEIg,9501
|
8
|
-
ansible_vars-1.0.
|
9
|
-
ansible_vars-1.0.
|
10
|
-
ansible_vars-1.0.
|
11
|
-
ansible_vars-1.0.
|
12
|
-
ansible_vars-1.0.
|
8
|
+
ansible_vars-1.0.1.dist-info/METADATA,sha256=DSTVVasM2MZB3uT7_tv40gbf85KVhqGCx3Uw6FDB9Vk,15717
|
9
|
+
ansible_vars-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
ansible_vars-1.0.1.dist-info/entry_points.txt,sha256=RrhkEH0MbfRzflguVrfYfthsFC5V2fkFnizUG3uHMtQ,55
|
11
|
+
ansible_vars-1.0.1.dist-info/licenses/LICENSE,sha256=ocyJHLG5wD12qB4uam2pqWTHIJmzloiyNyTex6Q2DKo,1062
|
12
|
+
ansible_vars-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|