Closed rrbanda closed 1 year ago
Steps Followed
Updated the playbook header with llocalhost as shown below
- name: Setup quadlet demo machine hosts: 127.0.0.1 connection: local become: true
Error after running ansible-playbook playbook.yml as below
ansible-playbook playbook.yml
TASK [Start the Quadlet Demo Service] **** fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Could not find the requested service quadlet-demo: host"}
PLAY RECAP *** 127.0.0.1 : ok=17 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0
@ygalblum Please suggest
What distribution and version are you using? What version of Podman is installed?
podman version related issue but closing this to open another one when i ran this one on centos9
Steps Followed
Updated the playbook header with llocalhost as shown below
Error after running
ansible-playbook playbook.yml
as belowTASK [Start the Quadlet Demo Service] **** fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Could not find the requested service quadlet-demo: host"}
PLAY RECAP *** 127.0.0.1 : ok=17 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0