summaryrefslogtreecommitdiffstats
path: root/roles/os_env_extras_node/tasks/main.yml
blob: 065f71f74d29aba93fab991e52c56e054ef55d3c (plain)
1
2
3
4
5
6
7
---
- copy: src=enter-container.sh dest=/usr/local/bin/enter-container.sh mode=0755

# 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