Update documentation for package module (#63909)

##### SUMMARY
It is not clear from the documentation that list can be used

##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
pull/63930/head
Martin Styk 5 years ago committed by Matt Martz
parent af0d70cb6f
commit 7f2c367d78

@ -59,4 +59,11 @@ EXAMPLES = '''
package:
name: "{{ apache }}"
state: absent
- name: install the latest version of Apache and MariaDB
package:
name:
- httpd
- mariadb-server
state: latest
'''

Loading…
Cancel
Save