mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Remove "the the"
This commit is contained in:
parent
0837a29e51
commit
54257a6a4c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ examples:
|
|||
- code: apt pkg=foo state=removed
|
||||
description: Remove C(foo) package
|
||||
- code: apt pkg=foo state=installed
|
||||
description: Install the the package C(foo)
|
||||
description: Install the package C(foo)
|
||||
- code: apt pkg=foo=1.00 state=installed
|
||||
description: Install the version '1.00' of package C(foo)
|
||||
- code: apt pkg=nginx state=latest default-release=squeeze-backports update-cache=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue