Remove modules from README.md, they add no value.
This commit is contained in:
parent
693cf54ad0
commit
30993b6415
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -136,14 +136,6 @@ image="centos" tox
|
|||
image="debian" tag="stable" tox
|
||||
```
|
||||
|
||||
Modules
|
||||
-------
|
||||
|
||||
This role uses the following modules:
|
||||
```yaml
|
||||
{{ modules.stdout }}
|
||||
```
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue