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 In complex scenarios where different authentication credentials are involved between the hosts to synchronize, current behavior of the module is very limited because source/dest remote users/passwords are determined...

feature
waiting_on_contributor

##### SUMMARY With the following task the `comment` value it is not correctly omitted. ```yaml - name: set authorized keys authorized_key: user: "{{ item.user }}" state: "{{ item.state | default('present')...

bug
verified

##### SUMMARY When using the `authorized_key` module, tasks which use the `key_options` parameter always fire 'changed'. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME authorized_key ##### ANSIBLE VERSION ```paste...

bug
verified

##### SUMMARY Dear maintainers, This is important for your collections! - In accordance with the [Community decision](https://github.com/ansible-community/community-topics/issues/51), we have created the [news-for-maintainers](https://github.com/ansible-collections/news-for-maintainers) repository for announcements of changes impacting collection maintainers...

pinboard

##### SUMMARY When setting rich_rule using the module ansible.posix.firewalld, an error is displayed and the task is changed successfully. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME firewall #####...

bug
needs_verified

(migrated from https://github.com/ansible/ansible/issues/63337) ##### SUMMARY Using the `offline` flag to the `firewalld` has absolutely no effect on behaviour. Looking at the code I can not find any reference to the...

bug

##### SUMMARY the timer does not work after installing the posix collection in my python virtual environment dedicated to ansible. Installation of ansible with the official pip solution. if ansible...

needs_info

##### SUMMARY The installation tarball contains symbolic links that appear before the file they link to in the archive. This makes ansible.posix uninstallable on Windows because `tar` fails to create...

needs_info

##### SUMMARY Ensure public keys in the authorized_key file are sorted prior to writing. Offer choice to sort lexicographically by fingerprint (default), or by comment (empty ones first) ##### ISSUE...

verified
needs_info

##### SUMMARY The patch module appears to not properly handle patches already being applied (at least with my target host of RHEL 7 using patch package 2.7.1-12.el7_7). It appears the...

verified
needs_info