Bladeren bron

Update application.yml

qiaofeng1227 2 jaren geleden
bovenliggende
commit
430105d579
1 gewijzigde bestanden met toevoegingen van 4 en 1 verwijderingen
  1. 4 1
      apps/application.yml

+ 4 - 1
apps/application.yml

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