Hideki Saito
Hideki Saito
@exelanz thank you for the playbook output. Sorry if I missed something but looking at the verbosity 4 level output, it seems that the error(`Errno 13] Permission denied: '/etc/firewalld/firewalld.conf`) occurred...
@Vanav Thank you for reporting this. Is there any chance to try the workaround that @briantist provided ?
@garamirseokim thank you for the feature request for `acl` module! The `acl` module uses the `setfacl` command on the backend to set acl. The `recursive(recurse)` option of the `acl` module...
Hi, thank you for reporting this. If your request is for GITHUB_TOKEN support when you specified URL as a `key` parameter like below, - https://github.com/ansible-collections/ansible.posix/blob/main/plugins/modules/authorized_key.py#L91-L101 I think you probably need...
Hi @azhelev ! Thank you for reporting this. I have confirmed that the issue has been fixed by #278 in my test environment. If it is possible, can you try...
@mchubby thank you for the feature request. Basically, the authorized_key module provides the functionality to add and remove specific entries. This means that the authorized_key module does not manage the...
Thank you for reporting this issue! It seems that this issue wasn't taken over from core to collections for some reason. As you pointed out, this issue is also confirmed...
@NeodymiumFerBore Thank you for reporting this :) For the purpose of umounting, I think it is better to use `state=unmounted` and it is more reasonable to describe the actual behavior...
@NeodymiumFerBore Thank you for the pull request. If it is possible, can you create integration tests for the `ephemeral` option? - https://github.com/ansible-collections/ansible.posix/blob/main/tests/integration/targets/mount/tasks/main.yml
Hi @NeodymiumFerBore > Integration tests in my last push work at least on (py2/py3) Solaris 11, NetBSD 8.2/9.2, FreeBSD 13, OpenBSD 6.9, but it's pretty heavy... > Thank you. Thank...