Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
apollo13 and felixfontein authored Aug 23, 2022
1 parent aa1075d commit 0300587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelogs/fragments/114-disable-vars-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
minor_changes:
- "Added a configuration option to temporarily disable the vars plugin (https://github.com/ansible-collections/community.sops/pull/114)."
- "sops vars plugin - added a configuration option to temporarily disable the vars plugin (https://github.com/ansible-collections/community.sops/pull/114)."
2 changes: 1 addition & 1 deletion plugins/vars/sops.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
- Useful if ansible-inventory is supposed to be run without decrypting secrets (in AWX for instance).
type: bool
default: false
version_added: 1.2.4
version_added: 1.3.0
env:
- name: SOPS_ANSIBLE_AWX_DISABLE_VARS_PLUGIN_TEMPORARILY
extends_documentation_fragment:
Expand Down

0 comments on commit 0300587

Please sign in to comment.