librarian-ansible 1.0.1 → 1.0.2
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 +4 -4
- data/README.md +7 -3
- data/lib/librarian/ansible/manifest_reader.rb +1 -1
- data/lib/librarian/ansible/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f75a78a90d935b4a367abc2610b4c3ce5cbeb47
|
|
4
|
+
data.tar.gz: e65126065da8bb33dee648c966d623eb3603bdc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 892c0b41fabfc8179ab4acb04d84ba178b276d6320d20fd6d173d70539d5ea73c7c566b3e9028119d81ee20975ea5330b937ff398bf0ffd167ba8adce34dc024
|
|
7
|
+
data.tar.gz: 3c445723766c7e9c5afd12f003f3be7923bc3dd797bf9f348db5689dfd1943cfdc617fa653f7d91440a45429d75963d1d23c5611d72982f58a3636a236912d38
|
data/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
Librarian
|
|
1
|
+
Librarian-Ansible
|
|
2
2
|
=================
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
Provides bundler-inspired functionality for Ansible roles:
|
|
5
|
+
|
|
6
|
+
http://bundler.io/v1.3/rationale.html
|
|
7
|
+
|
|
8
|
+
This is a port of [librarian-chef](https://github.com/applicationsonline/librarian-chef)
|
|
5
9
|
|
|
6
10
|
Installation
|
|
7
11
|
------------
|
|
@@ -70,7 +74,7 @@ librarian-ansible install
|
|
|
70
74
|
|
|
71
75
|
The first time you run this, an Ansible.lock file will be created which should be checked into your repo. This file ensures that other developers are pinned to the appropriate role versions.
|
|
72
76
|
|
|
73
|
-
|
|
77
|
+
Specifying Version #s
|
|
74
78
|
-------------
|
|
75
79
|
|
|
76
80
|
librarian-ansible supports version #s, simply add one to your `meta/main.yml` file:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: librarian-ansible
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jay Feldblum
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: librarian
|