ct-Open-Source / ct-Open-Source/telerec-t-base

system task does not check if docker group exists

Open
#3 3 comments 7 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
56
Forks
14
PR merge metrics
No merged PRs in 30d

Description

the following should be added before task "Create docker directory"

- name: Ensure group "docker" exists
group:
name: docker
state: present

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the Ansible task named "Create docker directory" and read the surrounding system setup. Add the requested group-existence step immediately before it, then run the repository's available Ansible checks or playbook. Done means the docker group is ensured before the directory task runs.

Written by the indexing model from the issue text.

Assessment

Tech stack
ansible, docker
Domain
devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.