Browse Source

Update application.yml

qiaofeng1227 2 years ago
parent
commit
430105d579
1 changed files with 4 additions and 1 deletions
  1. 4 1
      apps/application.yml

+ 4 - 1
apps/application.yml

@@ -29,7 +29,10 @@
           file:
             path: /credentials
             state: directory
-          
+            
+        - name: Copy get_ip.sh
+          copy: src=../scripts/get_ip.sh  dest=/credentials/get_ip.sh
+       
   roles:
     - { role: role_common, tags: "role_common" }
     - { role: role_cloud, tags: "role_cloud" }