main.yaml 187 B

12345678
  1. ---
  2. - name: create the docker-storage-setup config file
  3. copy:
  4. src: docker-storage-setup
  5. dest: /etc/sysconfig/docker-storage-setup
  6. owner: root
  7. group: root
  8. mode: 0644