Files
fedora-infra_ansible/roles/os_env_extras_node/tasks/main.yml

6 lines
217 B
YAML

---
# From the origin rpm there exists instructions on how to
# setup origin properly. The following steps come from there
- name: Change root to be in the Docker group
user: name=root groups=dockerroot append=yes