فهرست منبع

rename target_dir to _path; add s2i download

Grega Bremec 1 سال پیش
والد
کامیت
283b11eae2
1فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 6 1
      inventory.yml

+ 6 - 1
inventory.yml

@@ -68,7 +68,7 @@ all:
         file_id: 1TW_IlIBWWB2G5pLtAUk8THKFNYzHhRKy
         extract_to: /opt
         extracted_dir: /opt/jboss-eap-7.4
-        target_dir: /opt/eap
+        target_path: /opt/eap
         add_to_path: yes
         remove_after: yes
         direct_download: no
@@ -79,4 +79,9 @@ all:
       - name: jboss-eap-7.4.12-patch.zip
         file_id: 1LlQH9LNBNYmUsI79aSkBe_17iAqh5SEN
         direct_download: no
+      - name: source-to-image-v1.3.8-980ca195-linux-amd64.tar.gz
+        url: https://github.com/openshift/source-to-image/releases/download/v1.3.8/source-to-image-v1.3.8-980ca195-linux-amd64.tar.gz
+        extract_to: /usr/local/bin
+        target_path: /usr/local/bin/s2i
+        remove_after: yes
 ...