Patrick C. F. Ernzer

Results 17 comments of Patrick C. F. Ernzer

Having this would be greatly appreciated. I just ran into a case where I could not use the yum_repository module to set up repos for dnf; The setting for using...

yeah saw that and was surprised that WOL did not show up :-( for now my workaround is ```yaml # enable WOL manually until https://github.com/linux-system-roles/network/issues/150 is fixed - name: "ensure...

same issue with master @ commit 744820bd22d1756e7ecc68229bec1042117595f5 and ceph-medic-1.0.5-2.el8cp.noarch

for completeness; cat ~/.cephmedic.conf ``` # # ceph-medic configuration file # [global] # Overrides for some of ceph-medic's global flags, like verbosity or cluster # name Cluster Name. Ceph defaults...

Since `prometheus-node_exporter` is not (yet) available in the Fedora repo, use the copr [ibotty / prometheus-exporters](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/) when reproducing. Or rebuild the RHEL7 SRPM. The following worked for me (built on...

note to self, based on a playbook Eric and I used at another customer ```yaml - name: 'Copy tower-license (must contain "eula_accepted": true)' copy: src: "{{ tower_license }}" dest: "{{...

ah, just occurred to me that this Issue and #4 are mutually exclusive. @ericzolf please pick one and close the other as WONTFIX

ah, just occurred to me that this Issue and #5 are mutually exclusive. @ericzolf please pick one and close the other as WONTFIX

It seems `get_url` neither deals with a gpg signed checksums file nor with a multi-line checksums file. Filed upstream bug at https://github.com/ansible/ansible/issues/48790

note to self, current state in branch pcfe-add-tarball-checksum will continue working on this when upstream bug is fixed