summaryrefslogtreecommitdiffstats
path: root/roles/os_env_extras_node/tasks/main.yml
blob: 208065df2ffdc29f69b01dc848562917f0169a31 (plain)
1
2
3
4
5
---
# 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