syncing to galaxy release 1.0.7
This commit is contained in:
BIN
ansible-product_demos-1.0.7.tar.gz
Normal file
BIN
ansible-product_demos-1.0.7.tar.gz
Normal file
Binary file not shown.
@@ -12,8 +12,6 @@ description: repository of demos to showcase Ansible features.
|
||||
license:
|
||||
- GPL-3.0-or-later
|
||||
|
||||
license_file: 'LICENSE'
|
||||
|
||||
tags:
|
||||
- apache
|
||||
- centos
|
||||
|
||||
3
roles/developer_report/README.md
Normal file
3
roles/developer_report/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Developer Report
|
||||
|
||||
This Ansible Role has a README.md coming soon.
|
||||
11
roles/generate_readme/README.md
Normal file
11
roles/generate_readme/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Generate README
|
||||
|
||||
This Ansible Role will generate the master README.md for this Ansible Collection.
|
||||
|
||||
To generate a README.md, execute the following command from the root of this Ansible Collection.
|
||||
|
||||
```
|
||||
ansible-playbook playbooks/generate_readme.yml
|
||||
```
|
||||
|
||||
Please see the result at the master demo [README.md](../../README.md)
|
||||
Reference in New Issue
Block a user