main.yml 217 B

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