Updated description of examples to avoid confusion (#67192)

This commit is contained in:
Joost De Cock 2020-02-14 17:16:29 +01:00 committed by GitHub
parent 0680a91418
commit b763d79b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,12 +203,12 @@ EXAMPLES = '''
state: latest
install_recommends: no
- name: Upgrade all packages to the latest version
- name: Update all packages to their latest version
apt:
name: "*"
state: latest
- name: Update all packages to the latest version
- name: Upgrade the OS (apt-get dist-upgrade)
apt:
upgrade: dist