mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
decelerate! (#30160)
removed accelerate code removed keyczar dep for accelerate
This commit is contained in:
parent
1921eaf096
commit
ae29245e05
8 changed files with 8 additions and 1268 deletions
|
@ -722,11 +722,6 @@ class ActionBase(with_metaclass(ABCMeta, object)):
|
|||
|
||||
cmd = self._connection._shell.build_module_command(environment_string, shebang, cmd, arg_path=args_file_path, rm_tmp=rm_tmp).strip()
|
||||
|
||||
if module_name == "accelerate":
|
||||
# always run the accelerate module as the user
|
||||
# specified in the play, not the sudo_user
|
||||
sudoable = False
|
||||
|
||||
# Fix permissions of the tmp path and tmp files. This should be called after all files have been transferred.
|
||||
if remote_files:
|
||||
# remove none/empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue