tmichett / do374

DO374 - Developing Advanced Automation with Red Hat Ansible Automation Platform Demos and Notes
15 stars 23 forks source link

Chapter 1 - Github Tools #12

Closed tmichett closed 4 months ago

tmichett commented 1 year ago

TASK [Install Github CLI] **** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to validate GPG signature for gh-2.30.0-1.x86_64: Public key for gh_2.30.0_linux_amd64.rpm is not installed"}

Need to investigate ..

Possibly grab RPM and key and ignore onlune updated one

tmichett commented 4 months ago

[student@workstation git]$ ansible-playbook Git_Tools_Setup.yml -K

Need to disable GPG Check as now signed by new key and not one in the repository

tmichett commented 4 months ago

cp vars/git_creds.yml_demo vars/git_creds.yml

tmichett commented 4 months ago

Updated ADOC files and modified playbook