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 We need to address the following update for the devel branch remote test: - https://github.com/ansible-collections/news-for-maintainers/issues/63 ##### ISSUE TYPE - CI Changes ##### COMPONENT NAME - ansible.posix ##### ANSIBLE...

##### SUMMARY Getting this deprecation warning in the log; pretty sure it's coming from the synchronize module. ``` [DEPRECATION WARNING]: The connection's stdin object is deprecated. Call display.prompt_until(msg) instead. This...

##### SUMMARY The use_ssh_args parameter does not work with delegate_to in the general case. It only happens to work if the delegate_to host happens to be ssh and happens to...

##### SUMMARY When using the synchronize module in an until: loop, the first attempt will have --rsync-path set correctly to add sudo, but subsequent retries will not have sudo, it...

### Summary To keep inventories simpler I've specified hosts by hostname (i.e. `host1`, `host2`, etc.) and set the `ansible_host` variable to `"{{ inventory_hostname }}.domain.org"`, or in a task that checks...

##### SUMMARY When providing a relative path to ssh key, synchronize can't find it. More precisely, this problem occurs when the ansible playbook is not in the directory where ansible...

##### SUMMARY When using inventory files with fantasy-hostnames and defining ansible_ssh_host the synchronize module wont connect to the correct ansible_ssh_host, but will try to connect to the hostname instead. We...

##### SUMMARY The following task: ``` - name: Set SELinux state ansible.posix.selinux: state: disabled ``` triggers the following error: ``` An exception occurred during task execution. To see the full...

##### SUMMARY ansible.posix.mount logs CIFS credentials in job output and /var/log/messages ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME mount ##### ANSIBLE VERSION ```paste below bash-4.4# ansible --version ansible...

##### SUMMARY Currently the module can only unmount `path` (aka target or mountpoint). However, at least on Linux, the `umount` command can also unmount `src` from all locations it was...