mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 18:36:19 +00:00
[PR #10302/580ac1e3 backport][stable-11] fix style in plugins (#10325)
fix style in plugins (#10302)
(cherry picked from commit 580ac1e30d)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1c4556dc4c
commit
da3874c96d
42 changed files with 111 additions and 114 deletions
2
plugins/cache/pickle.py
vendored
2
plugins/cache/pickle.py
vendored
|
|
@ -17,7 +17,7 @@ options:
|
|||
_uri:
|
||||
required: true
|
||||
description:
|
||||
- Path in which the cache plugin will save the files.
|
||||
- Path in which the cache plugin saves the files.
|
||||
env:
|
||||
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION
|
||||
ini:
|
||||
|
|
|
|||
2
plugins/cache/yaml.py
vendored
2
plugins/cache/yaml.py
vendored
|
|
@ -17,7 +17,7 @@ options:
|
|||
_uri:
|
||||
required: true
|
||||
description:
|
||||
- Path in which the cache plugin will save the files.
|
||||
- Path in which the cache plugin saves the files.
|
||||
env:
|
||||
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION
|
||||
ini:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue