mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
PEP 8 W291 whitespace cleanup.
This commit is contained in:
parent
95789f3949
commit
d913f69ba1
166 changed files with 493 additions and 565 deletions
|
@ -4,7 +4,7 @@
|
|||
# (c) 2013, bleader
|
||||
# Written by bleader <bleader@ratonland.org>
|
||||
# Based on pkgin module written by Shaun Zinck <shaun.zinck at gmail.com>
|
||||
# that was based on pacman module written by Afterburn <http://github.com/afterburn>
|
||||
# that was based on pacman module written by Afterburn <http://github.com/afterburn>
|
||||
# that was based on apt module written by Matthew Williams <matthew@flowroute.com>
|
||||
#
|
||||
# This module is free software: you can redistribute it and/or modify
|
||||
|
@ -86,7 +86,7 @@ options:
|
|||
required: false
|
||||
choices: [ "yes", "no" ]
|
||||
default: no
|
||||
author: "bleader (@bleader)"
|
||||
author: "bleader (@bleader)"
|
||||
notes:
|
||||
- When using pkgsite, be careful that already in cache packages won't be downloaded again.
|
||||
'''
|
||||
|
@ -102,7 +102,7 @@ EXAMPLES = '''
|
|||
name: foo,bar
|
||||
annotation: '+test1=baz,-test2,:test3=foobar'
|
||||
|
||||
# Remove packages foo and bar
|
||||
# Remove packages foo and bar
|
||||
- pkgng:
|
||||
name: foo,bar
|
||||
state: absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue