ansible.posix icon indicating copy to clipboard operation
ansible.posix copied to clipboard

Ansible Collection for Posix

Results 172 ansible.posix issues
Sort by recently updated
recently updated
newest added

##### SUMMARY If we are re-assigning a variable like password, it will not be evaluated properly with Synchronize. My setup is like this. Ansible will get the value of `{{...

#### SUMMARY When using `synchronize` between the ansible controller and a remote target host, using a custom transport plugin, `synchronize` refuses to run, and exits with an error message. While...

##### SUMMARY a few years ago i contributed https://github.com/ansible/ansible/commit/f7c9f44aabbabe371358672be2381f9a11073f96 and now i have found https://github.com/ansible-collections/ansible.posix/commit/0118bf0cb9256637684db3f18cbd012d3851065e this commit has dramatic effects. the commit should fix https://github.com/ansible-collections/ansible.posix/issues/190 and https://github.com/ansible-collections/ansible.posix/issues/24 but these issues...

##### SUMMARY Hi team, The scenario where i am receiving the error is : I am trying to synchronize files from an application directory on server1 to other 5 application...

##### SUMMARY The collection is violating one of the basic Ansible inclusion criteria: semantic versioning. The bugfix release 1.5.1contained multiple new features and modules: https://github.com/ansible-collections/ansible.posix/blob/main/CHANGELOG.rst#id3 The bugfix release 1.5.2 contained...

##### SUMMARY If authorized_key module isn't able to read the authorized_keys file, it should report that as a failure and log a message that the file can't be read. #####...

##### SUMMARY The authorized_key module is deleting entries from the authorized_keys file without being told to do so. This seems to be happening when there are multiple entries with the...

##### SUMMARY OpenStack Kolla-Ansible is using ansible.posix.json callback plugin in a module that is running Ansible (ad-hoc) inside a Docker container and returning JSON output. Since 1.5.4 the JSON callback...

##### SUMMARY I found out that the feature request I was going to send (add a `summary_only` option to the `profile_tasks` callback) had already been discussed, implemented and approved via...

##### SUMMARY I have a job in AAP2.2. It is a ansible.posix.synchronize task. I have two issue. 1. when I use password for accessing the remote server, it stuck in...