Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playbook Fails with error when uninstalling #438

Open
vijayjar opened this issue Dec 7, 2023 · 1 comment
Open

Playbook Fails with error when uninstalling #438

vijayjar opened this issue Dec 7, 2023 · 1 comment
Labels

Comments

@vijayjar
Copy link

vijayjar commented Dec 7, 2023

Adding the Role in the playbook with following code

  • role: geerlingguy.docker
    vars:
    docker_packages_state: "absent"

This fails with error

TASK [geerlingguy.docker : Ensure Docker is started and enabled at boot.] **********************************************************************
[WARNING]: The service (docker) is actually an init script but the system is managed by systemd
fatal: [rpi5]: FAILED! => {"changed": false, "msg": "Unable to start service docker: Failed to start docker.service: Unit docker.service not found.\n"}

This check should be skipped if the state is absent.

Copy link

github-actions bot commented Apr 8, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant