mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 04:10:23 -07:00
become_method: make dzdo more like sudo (#47946)
dzdo is basically a drop-in replacement for sudo and supports the same command line options. There is no become_flags set for dzdo like there is for sudo, so users will have to set that separately to have exactly the same functionality.
This commit is contained in:
parent
d06cd869b8
commit
2bd6b1415b
2 changed files with 6 additions and 2 deletions
|
@ -76,7 +76,7 @@ BECOME_ERROR_STRINGS = {
|
|||
'pbrun': '',
|
||||
'pfexec': '',
|
||||
'doas': 'Permission denied',
|
||||
'dzdo': '',
|
||||
'dzdo': 'Sorry, try again.',
|
||||
'ksu': 'Password incorrect',
|
||||
'pmrun': 'You are not permitted to run this command',
|
||||
'enable': '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue