Re: [ansible-devel] Bug? package, yum and dnf modules apparently ignore localpkg_gpgcheck on CentOS 8

2021-11-18 Thread flowerysong
package by design only supports very basic options that are available on all package managers. If you want to do non-generic things like disabling GPG checks you should use the underlying modules directly. On Thursday, November 18, 2021 at 8:45:22 PM UTC-5 j.darby@gmail.com wrote: > Okay,

Re: [ansible-devel] Ansible 2.10 and Project Restructuring

2020-07-07 Thread flowerysong
On Tuesday, July 7, 2020 at 2:58:34 PM UTC-4 arom...@redhat.com wrote: > > cd ~/.ansible/collections/ansible_collections/community/aws/ > > ansible-test sanity > > However, that still winds me up with > > > AttributeError: 'TypeError' object has no attribute 'errors' > > Maybe I still need to

[ansible-devel] Re: RFC: New parameters/modules for compliance/idempotentcy for Win

2019-01-15 Thread flowerysong
On Tuesday, January 15, 2019 at 3:27:55 PM UTC-5, goforawalktwice wrote: > > - win_get_url > - creates or creates_path > - creates_filehash (as above) > the idea here is not to download large installers (e.g. Ora 12c client > at 1.2GB) given already installed > creates or creates_path

Re: [ansible-devel] host unreachable

2018-11-14 Thread flowerysong
far I cannot get it to work. > > I am looking to use the same logic to connect to the internal or external > IP of an AWS server depending on where I happen to be running Ansible at > that moment. > You might be interested in a proof of concept inventory plugin I wrote a few