mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fixes usage of popen in bigip iapplx package (#41612)
This functionality is superceeded by the run_command method in the ansible module class.
This commit is contained in:
@@ -84,7 +84,7 @@ class TestManager(unittest.TestCase):
|
||||
set_module_args(dict(
|
||||
content='fixtures/MyApp-0.1.0-0001.noarch.rpm',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user