smart_proxy_ansible 3.5.5 → 3.5.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a6565b96c81502c1db79c10db9199cf3bb537fd03ed4ba1e9382bb8ca8dc2ad
4
- data.tar.gz: c4859eac213669d85ec3a2e0bb23ca137c2d91ac947c3496252f2f0de6e7089c
3
+ metadata.gz: cdb206292fd57f3df0b026850f14e36a171ab612441a07eabda038564ed9882e
4
+ data.tar.gz: f81ec06c89616f468f8e0b2e91337604ac53083813afb78ac0428b81c2c3fab8
5
5
  SHA512:
6
- metadata.gz: 5ccf99444a7c7cb1cd7bca0be70e27d6402b25ac52f26a6f96103b5f3b3621bc456a911c88c65cc472c6fdf37f3330394fcc3e2e77177b0a4c02e5a5b1137a21
7
- data.tar.gz: f099953775bb621e2219a63ac76c20d1794f6bfbf3b83241e3b5fb33d43e138d90e8f52e3a6024a9cf303cd44b6627b79f92c24a0983414a4da07ec92c7f0b5e
6
+ metadata.gz: c43173334f7e61412176729557b0d259c9f5a4c1be8e1e13d41c0a5fecc77ad2c4a3768b3d43dcd41db53ce46fbf5b5cf81328ebdaa3045fb083d4bff44ea835
7
+ data.tar.gz: de9b416be34c2a2f6abf0b9ef1747911356fdb770cfa3ea90ee37dc409b78f9b168477c3656327ecbfa412ddfe335e1043b9510c4260b58d5e50370df5eb8f6a
@@ -276,8 +276,8 @@ module Proxy::Ansible
276
276
  per_host = secrets['per-host'][host]
277
277
 
278
278
  new_secrets = {
279
- 'ansible_password' => inventory['ssh_password'] || per_host['ansible_password'],
280
- 'ansible_become_password' => inventory['effective_user_password'] || per_host['ansible_become_password']
279
+ 'ansible_password' => secrets['ssh_password'] || per_host['ansible_password'],
280
+ 'ansible_become_password' => secrets['effective_user_password'] || per_host['ansible_become_password']
281
281
  }
282
282
  inventory['all']['hosts'][host].update(new_secrets)
283
283
  end
@@ -2,6 +2,6 @@ module Proxy
2
2
  # Version, this allows the proxy and other plugins know
3
3
  # what version of the Ansible plugin is running
4
4
  module Ansible
5
- VERSION = '3.5.5'
5
+ VERSION = '3.5.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_ansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.5
4
+ version: 3.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-05-18 00:00:00.000000000 Z
12
+ date: 2024-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  - !ruby/object:Gem::Version
187
187
  version: '0'
188
188
  requirements: []
189
- rubygems_version: 3.1.4
189
+ rubygems_version: 3.2.3
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: Smart-Proxy Ansible plugin