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 There is no need for an exception on `defaults` option when adding `noauto`. Mount is implemented as last win. from mount(8): ``` If you want to override mount...

##### SUMMARY If `boot` option of mount module is set to `false` it shall add noauto mount option on Linux, NetBSD and OpenBSD systems. But there are exceptions. E.g. if...

##### SUMMARY _(partially copied from https://github.com/ansible-collections/community.crypto/issues/74 , thanks to @felixfontein)_ Release minor and patch releases whenever we want (like after adding new features or fixing bugs). Since this collection is...

pinboard

…st:/... or host:/... ##### SUMMARY update _format_rsync_rsh_target for proper handling of remote rsh/ssh paths. fixes #360 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME ansible.posix.synchronize

##### SUMMARY The 'dest' module parameter appears corrupted when mode is set to 'push' and 'dest' is defined as `[email protected]:/tmp/bar` the destination path is a prepended with an extraneous local...

##### SUMMARY When using `callbacks_enabled=profile_roles` in ansible.cfg, if a task in a playbook change the timezone of the node, then our time elapsed recap at the end is incorrect. Imho,...

##### SUMMARY {"ansible_loop_var": "item", "changed": false, "cmd": "/usr/bin/rsync --delay-updates -F --compress --archive --rsh='/usr/bin/ssh -S none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' --out-format='%i %n%L' /opt/springboot/sxxx/xxxx.jar [email protected]:/opt/springboot/xxxxx" Ansible 2.9 say it make change ok...

##### SUMMARY Before this change it is not possible to use templating for the ansible_user e.g: ``` ansible_user: "{{ some_variable }}" ``` The error you see looks like: ``` Unexpected...

##### SUMMARY When trying to add an interface to a zone with an offline daemon the operation fails. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ##### ANSIBLE VERSION...

##### SUMMARY We are running sanity tests across every collection included in the Ansible community package (as part of [this issue](https://github.com/ansible-community/community-topics/issues/96)) and found that ``ansible-test sanity --docker`` against ansible.posix 1.3.0...