Remove modules from README.md, they add no value.

This commit is contained in:
Robert de Bock 2019-12-10 07:14:52 +01:00
parent 693cf54ad0
commit 30993b6415
3 changed files with 0 additions and 18 deletions

View File

@ -117,13 +117,6 @@
when:
- verify.stat.exists | bool
- name: load modules
command: "{{ playbook_dir }}/scripts/modules.sh"
args:
chdir: "{{ role_path }}"
register: modules
changed_when: no
- name: load galaxy_id
shell: "ansible-galaxy info robertdebock.{{ role_name }} | grep ' id: ' | awk '{print $NF}'"
register: galaxy_id

View File

@ -1,3 +0,0 @@
#!/bin/sh
echo "---" ; cat tasks/* handlers/* | grep -A1 -E '( )?^- name:' | grep -e '^ ' | grep -v 'block' | cut -d: -f1 | sort | uniq | while read module ; do echo "- ${module}" ; done

View File

@ -136,14 +136,6 @@ image="centos" tox
image="debian" tag="stable" tox
```
Modules
-------
This role uses the following modules:
```yaml
{{ modules.stdout }}
```
License
-------