Updated description of examples to avoid confusion (#67192)
This commit is contained in:
parent
0680a91418
commit
b763d79b75
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue