Skip to content

Commit

Permalink
Update documentation for package module (ansible#63909)
Browse files Browse the repository at this point in the history
##### SUMMARY
It is not clear from the documentation that list can be used

##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
  • Loading branch information
StykMartin authored and sivel committed Oct 24, 2019
1 parent af0d70c commit 7f2c367
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/ansible/modules/packaging/os/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,11 @@
package:
name: "{{ apache }}"
state: absent
- name: install the latest version of Apache and MariaDB
package:
name:
- httpd
- mariadb-server
state: latest
'''

0 comments on commit 7f2c367

Please sign in to comment.