mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
pipx: remove unused param from the runner ctx.run() call (#8965)
remove unused param from the runner ctx.run() call
This commit is contained in:
@@ -308,7 +308,7 @@ class PipX(StateModuleHelper):
|
|||||||
def state_install_all(self):
|
def state_install_all(self):
|
||||||
self.changed = True
|
self.changed = True
|
||||||
with self.runner('state global index_url force python system_site_packages editable pip_args spec_metadata', check_mode_skip=True) as ctx:
|
with self.runner('state global index_url force python system_site_packages editable pip_args spec_metadata', check_mode_skip=True) as ctx:
|
||||||
ctx.run(name_source=[self.vars.name, self.vars.source])
|
ctx.run()
|
||||||
self._capture_results(ctx)
|
self._capture_results(ctx)
|
||||||
|
|
||||||
def state_upgrade(self):
|
def state_upgrade(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user