Commit 76e71b78 by ansible

no message

1 parent cd422763
Showing with 2 additions and 1 deletions
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
tasks: tasks:
- file: - file:
path: /opt/stack/dma/conf/dmaconfig.properties path: /opt/stack/dma/conf/dmaconfig.properties
state: file state: touch
mode: 0644 mode: 0644
- name: Update DMA publish URL - name: Update DMA publish URL
command: cat '{{ dmapublishURL }}' > /opt/stack/dma/conf/dmaconfig.properties command: cat '{{ dmapublishURL }}' > /opt/stack/dma/conf/dmaconfig.properties
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!