mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix for run_command on py3 and enable lineinfile test on py3 (#17257)
* run_command needed a bit of tweaking to its string handling of arguments. * The run_command change fixes the last bit of lineinfile so we can enable its tests
This commit is contained in:
parent
9ac20e231d
commit
4a3a9c0f2d
2 changed files with 9 additions and 10 deletions
|
@ -9,7 +9,6 @@ test_get_url
|
|||
test_git
|
||||
test_hg
|
||||
test_iterators
|
||||
test_lineinfile
|
||||
test_lookups
|
||||
test_mysql_db
|
||||
test_mysql_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue