main.yml 298 B

1234567
  1. ---
  2. - copy: src=enter-container.sh dest=/usr/local/bin/enter-container.sh mode=0755
  3. # From the origin rpm there exists instructions on how to
  4. # setup origin properly. The following steps come from there
  5. - name: Change root to be in the Docker group
  6. user: name=root groups=dockerroot append=yes