You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also facing the problem with the docker directory. I think creating the directory before installing docker with the role from 'geerlingguy.docker' is wrong.
The initial-setup.yml is stoping after the error with the missing group and docker is never installed on my test system.
Fixing this in a proper way would be nice.
the following should be added before task "Create docker directory"
group:
name: docker
state: present
The text was updated successfully, but these errors were encountered: