Updated description of examples to avoid confusion (#67192)

pull/67434/head
Joost De Cock 6 years ago committed by GitHub
parent 0680a91418
commit b763d79b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save