mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Documentation fix for developing own plugin (#50547)
Seems like `self` is not necessary in the call args +label: docsite_pr
This commit is contained in:
parent
7a89d373ac
commit
b5162c7a47
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ To facilitate this there are a few of helper functions used in the example below
|
|||
|
||||
# this method will parse 'common format' inventory sources and
|
||||
# update any options declared in DOCUMENTATION as needed
|
||||
config = self._read_config_data(self, path)
|
||||
config = self._read_config_data(path)
|
||||
|
||||
# if NOT using _read_config_data you should call set_options directly,
|
||||
# to process any defined configuration for this plugin,
|
||||
|
|
Loading…
Reference in a new issue