mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Switch tests from sudo to become. (#17694)
This commit is contained in:
parent
23651b657e
commit
39c5c558f8
9 changed files with 157 additions and 157 deletions
|
@ -50,8 +50,8 @@ class TestPlay(unittest.TestCase):
|
|||
gather_facts=False,
|
||||
connection='local',
|
||||
remote_user="root",
|
||||
sudo=True,
|
||||
sudo_user="testing",
|
||||
become=True,
|
||||
become_user="testing",
|
||||
))
|
||||
|
||||
def test_play_with_user_conflict(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue