spyinx
spyinx
##### SUMMARY i find the wrong debug message in `lib/ansible/plugins/action/__init__.py`, i fix this error in #84368 , but the community has other way to solve my issue (see #84422), so...
### Summary when i read code in copy module, i find a question: when remote_src is True and src is directory, it may lead to some bugs. from the code,...
##### SUMMARY fix copy module bug when remote_src is true and src is directory, _original_basename may cause some errors. see: #84367 ##### ISSUE TYPE - Bugfix Pull Request
##### SUMMARY fix bug in copy plugin where directory may be repeatedly using the file module to create see: #84344 ##### ISSUE TYPE - Bugfix Pull Request
### Summary When i read code in lib/ansible/plugins/action/copy.py, i find a bug in it: ```python class ActionModule(ActionBase): TRANSFERS_FILES = True # ... def run(self, tmp=None, task_vars=None): ''' handler for file...
Create ~/.ssh with a specific permissions (0o700) and optimize code for _save_ssh_host_keys() in paramiko_ssh.py to reduce duplicate code Fixes: #84286
### Summary when i run ansible command, there a confusing output: ```shell [store@spyinx ~]$ ansible spyinx -i hosts -m unarchive -a "xxxx=xxxx" An exception occurred during task execution. To see...