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 TLDR: This bug is **not** critical, but might be inconvenient in the future. The `remounted` *state* does work, but the integration tests succeed instead of failing due to...

needs_triage

##### SUMMARY Currently the `synchronize` module output is very verbose. On level `-vv` the same rsync output, including line for each transferred item, is printed 3 times: - I do...

needs_triage

##### SUMMARY The `synchronize` module documentation has invalid link in the "See also" section: ```yaml - module: copy ``` Which in https://docs.ansible.com/ansible/latest/collections/ansible/posix/synchronize_module.html#ansible-collections-ansible-posix-synchronize-module renders into: ``` M(copy) ``` It displays exactly...

needs_triage

##### SUMMARY synchronize can't handle paths with spaces in them ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME synchronize ##### ANSIBLE VERSION ``` ansible [core 2.12.1] config file =...

verified
needs_info
has_pr

##### SUMMARY * Add markup where needed * Use FQCN where needed * Remove reference to a bug in ansible 2.0.0 ##### ISSUE TYPE - Docs Pull Request ##### COMPONENT...

##### SUMMARY The module `ansible.posix.selinux` provides the mandatory `state` parameter for changing SELinux mode. But there is no way to query the current running or permanent/saved mode. The module could...

needs_triage

##### SUMMARY The current documentation of `ansible.posix.synchronize` mentions > Currently, synchronize is limited to elevating permissions via passwordless sudo. This is because rsync itself is connecting to the remote machine...

needs_triage

##### SUMMARY This PR implements feature request #334, so that `ansible.posix.synchronize` will work with `become: yes` even if the ssh account is not set up for passwordless sudo. ##### ISSUE...

##### SUMMARY Fix the documentation of the *state* `absent` so it describes its actual behavior: - `absent` does not specify that (quote) `a device mount's entry will be removed from...

##### SUMMARY - If `ControlMaster` and `ControlPersist` is specified in `ssh_args` of ansible.cfg, the omitted `ControlPath` will be autogenerated by ansible with `~/.ansible/cp/` as per [the ssh connection plugin](https://github.com/ansible/ansible/blob/f501b579e51c05565d852feb676fa38cddf3f2ed/lib/ansible/plugins/connection/ssh.py#L570) -...

bug
verified
waiting_on_contributor