mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
Merge pull request #7880 from yuyak/fix_typo_in_apt_doc
Fix typo in apt module documentation
This commit is contained in:
@@ -125,7 +125,7 @@ EXAMPLES = '''
|
||||
# Run the equivalent of "apt-get update" as a separate step
|
||||
- apt: update_cache=yes
|
||||
|
||||
# Only run "update_cache=yes" if the last one is more than more than 3600 seconds ago
|
||||
# Only run "update_cache=yes" if the last one is more than 3600 seconds ago
|
||||
- apt: update_cache=yes cache_valid_time=3600
|
||||
|
||||
# Pass options to dpkg on run
|
||||
|
||||
Reference in New Issue
Block a user