foreman_ansible 1.3.0 → 1.3.1

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
  SHA1:
3
- metadata.gz: de6e79123f688c3553272ed001f1083956294a83
4
- data.tar.gz: 943ccf987f9f2069fa51065eb3f44ded9cbefcf2
3
+ metadata.gz: 3462919b9025af83ed45745747a68e372c32d513
4
+ data.tar.gz: ac580f584cbdbbe36805788fe2de9f7ab9b1c186
5
5
  SHA512:
6
- metadata.gz: 60c9771a89b91400ec87794ac3b907cf67417d86aee5b32d80f697544aa3537cc09c65e6c290c34eca2862642c72947bcf4dae0a0ff842fafafe52381b329b93
7
- data.tar.gz: 9100e43f728698c4c60a657d6cf252ae045505d82d9d8bebe1dccd7430f405e262ce186ef843f8fdb4d8b0932c84bb39a2d77ad0420c5bd01092fc8b5008d318
6
+ metadata.gz: fd6bcb7a20188b49fb6f26ebcba09d3e70439968883511db6b919f0e25d11afc97a2ed745e30036de7f40fcee1998f567c8611e20541c9c561381a00e9111d3c
7
+ data.tar.gz: 5ff7b8a58b3dbe26db35ce4ebfc31d61c8e3c77b7e734f452cd43385d663e353186e2d4c93fe9f032db669092929219185e12010f30bff758b67662a866291dc
@@ -68,7 +68,7 @@ module ForemanAnsible
68
68
  end
69
69
 
70
70
  def host_ssh_pass(host)
71
- host.host_params['ansible_ssh_port'] || Setting[:ansible_ssh_pass]
71
+ host.host_params['ansible_ssh_pass'] || Setting[:ansible_ssh_pass]
72
72
  end
73
73
 
74
74
  private
@@ -2,5 +2,5 @@
2
2
  # This way other parts of Foreman can just call ForemanAnsible::VERSION
3
3
  # and detect what version the plugin is running.
4
4
  module ForemanAnsible
5
- VERSION = '1.3.0'.freeze
5
+ VERSION = '1.3.1'.freeze
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_ansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lobato Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-02 00:00:00.000000000 Z
11
+ date: 2016-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop