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

Would it be possible to create a GitHub release for [the 1.5.4 tag](https://github.com/ansible-collections/ansible.posix/releases/tag/1.5.4), currently the [latest release](https://github.com/ansible-collections/ansible.posix/releases/latest) is [1.5.2](https://github.com/ansible-collections/ansible.posix/releases/tag/1.5.2): ```bash lynx -head -dump -width=600 https://github.com/ansible-collections/ansible.posix/releases/latest | grep Location Location: https://github.com/ansible-collections/ansible.posix/releases/tag/1.5.2...

##### SUMMARY ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ##### ANSIBLE VERSION ```paste below ansible [core 2.16.4] config file = /Users/user/ansible/playbook/ansible.cfg configured module search path = ['/Users/user/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']...

##### SUMMARY I am trying to run an rsync from db1 to backup1 of a directory. When I run the playbook containing this task, I get the error ``` "msg":...

##### SUMMARY Syncronize on a macbook does not escape spaces properly and causes the syncronize command to fail. ``` FAILED! => { "changed": false, "module_stderr": "/bin/sh: /Users/testing/Library/Application: No such file...

##### SUMMARY When using ansible.posix.synchronize to pull from a target that is dual stacked with both IPv4 and IPv6, where the control server only has IPv4 will fail with "No...

##### SUMMARY Implements #296 adding support for setting the default zone in the firewalld module. This pull request is meant to help visualize the changes mentioned in the linked issue...

##### SUMMARY rsync supports sourcing files from multiple paths simply by specifying multiple paths on the command line. When the paths are folders, the same files in subsequent paths will...

##### SUMMARY If the user specifes `--out-format` in the synchronize module's `rsync_opts` return the `msg` and `stdout_lines` fields in the requested format. When no `--out-format` is specified the default format...

##### SUMMARY The `rhel_rpm_ostree` package provider does not find packages that are installed via their alias - that is - a name that is in the Provides for an RPM...

##### SUMMARY I would like to be able to add forward into zone by using firewalld module instead of "firewall-cmd --permanent --zone=docker --add-forward" command. ##### ISSUE TYPE - Bug Report...