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

Create group docker before creating docker-folder #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dm2002
Copy link

@dm2002 dm2002 commented Jan 11, 2024

As described in #1 the system/task/main.yml tries to create the docker_folder with the owner group "docker", but this group does not exist at this moment.
Added task for creation of group docker before create docker_folder task

@BrinRe
Copy link

BrinRe commented Jan 21, 2024

Danke @dm2002 .
Auf meiner nackten Maschine gab es auch keine docker Gruppe...

@prometoys
Copy link

My recommendation would be to create the docker group as a system group

- name: Ensure group "docker" exists with system gid
  ansible.builtin.group:
    name: docker
    state: present
    system: yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants