Browse Source

Install ufo-python-tools

Matthias Vogelgesang 10 năm trước cách đây
mục cha
commit
55c8073ecc

+ 3 - 0
roles/compute-staging/handlers/main.yml

@@ -29,6 +29,9 @@
 - name: install ufo-scripts
   command: chdir=/opt/ufo-scripts python setup.py install
 
+- name: install ufo-python-tools
+  command: chdir=/opt/ufo-python-tools python setup.py install
+
 - name: update typelib
   file: src=/usr/local/lib/girepository-1.0/Ufo-0.6.typelib
         dest=/usr/lib64/girepository-1.0/Ufo-0.6.typelib

+ 6 - 0
roles/compute-staging/tasks/main.yml

@@ -16,3 +16,9 @@
        dest=/opt/ufo-scripts
   notify:
     - install ufo-scripts
+
+- name: fetch ufo-python-tools source
+  git: repo=https://github.com/ufo-kit/ufo-python-tools.git
+       dest=/opt/ufo-python-tools
+  notify:
+    - install ufo-python-tools