hammer_cli_foreman_ansible 0.2.0 → 0.3.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea1e6d4d10fce881ba9d9b9e1afe20c2b86700ec3985f16c127031c90fb7b9b9
|
|
4
|
+
data.tar.gz: 3a8cec45314b93712e0e6ef8d2a2996d86bff7582a4af42f6bb74b0cb7c431cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ed1d68cad5e740dc654700ff22b10c8a7dc94cd331c37a85ad0fc4997ae2e2c58791808264693ebe5c27252f161b7f248513bc47cf01977c198f08ceb9cf6da
|
|
7
|
+
data.tar.gz: d8932b3db21c3b407aafa8a2607d42c8f08f390c1a827f5747d5799b80c2750dadba0870d972ce0f7047c8ee7c156dd0fc8c171aef8aea24769233bb1242760d
|
data/README.md
CHANGED
|
@@ -8,9 +8,9 @@ This Hammer CLI plugin contains set of commands for [foreman_ansible](
|
|
|
8
8
|
|
|
9
9
|
This is the list of which version of Foreman Ansible is needed to which version of this plugin.
|
|
10
10
|
|
|
11
|
-
| hammer_cli_foreman_ansible | 0.1.0+ | 0.2.0+ |
|
|
12
|
-
|
|
13
|
-
| foreman_ansible | 2.2.0+ | 2.3.2+ |
|
|
11
|
+
| hammer_cli_foreman_ansible | 0.1.0+ | 0.2.0+ | 0.3.0+ |
|
|
12
|
+
|----------------------------|--------|--------|--------|
|
|
13
|
+
| foreman_ansible | 2.2.0+ | 2.3.2+ | 2.3.3+ |
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
|
@@ -45,6 +45,13 @@ module HammerCLIForemanAnsible
|
|
|
45
45
|
build_options
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
+
class CreateCommand < HammerCLIForeman::CreateCommand
|
|
49
|
+
success_message _("Ansible variable [%{variable}] was created.")
|
|
50
|
+
failure_message _("Could not create the ansible variable")
|
|
51
|
+
|
|
52
|
+
build_options
|
|
53
|
+
end
|
|
54
|
+
|
|
48
55
|
class DeleteCommand < HammerCLIForeman::DeleteCommand
|
|
49
56
|
success_message _('Ansible variable [%{variable}] was deleted.')
|
|
50
57
|
failure_message _('Could not delete the variable')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hammer_cli_foreman_ansible
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oleh Fedorenko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hammer_cli_foreman
|