ansible_make_role 0.7.4 → 0.7.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/ansible_make_role/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99111d82efeeebbbfc1e737f21c142b8d032c24e32ac41d91b66d47c80a2201c
|
4
|
+
data.tar.gz: e542a73b031675176749476dd06d9cc7a94ac5e5b31989321f9b5f94ad027710
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b667cfc048d8fc7e5fd661db7efbb19c21df2bf4c21e7c6e70041df2ec8045c7ae26fdd3d1beb5e09ab8a8efd1aaf30c259009940ba27498c9f99e1f560507a
|
7
|
+
data.tar.gz: 2a50d6c9f5aea2dac0374580603fb55785e944097fcac765fadbd940b9a69e7242c308693600a0abf68f991c75ae23f5a70e4b188fa6e3ac73d951601f7ccade
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# ansible-make-role
|
2
2
|
|
3
|
-
Pre-compiler that turns single-file
|
4
|
-
`role.yml` file combines the Ansible `main.yml` where each `main.yml` file
|
5
|
-
represented by a section (`defaults:`, `vars:`, `tasks:` etc.)
|
3
|
+
Pre-compiler that turns a single-file role definition into Ansible role files.
|
4
|
+
The `role.yml` file combines the Ansible `main.yml` where each `main.yml` file
|
5
|
+
is represented by a section (`defaults:`, `vars:`, `tasks:` etc.)
|
6
6
|
|
7
7
|
## Usage
|
8
8
|
|