mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
remove experimental warning from become/runas (#32604)
* updated docs/changelog accordingly
This commit is contained in:
parent
8b3ca4c537
commit
8a24116dcb
3 changed files with 2 additions and 6 deletions
|
@ -585,8 +585,6 @@ class PlayContext(Base):
|
|||
|
||||
elif self.become_method == 'runas':
|
||||
# become is handled inside the WinRM connection plugin
|
||||
display.warning("The Windows 'runas' become method is experimental, and may change significantly in future Ansible releases.")
|
||||
|
||||
if not self.become_user:
|
||||
raise AnsibleError(("The 'runas' become method requires a username "
|
||||
"(specify with the '--become-user' CLI arg, the 'become_user' keyword, or the 'ansible_become_user' variable)"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue