浏览代码

[fifteen5] Cleaned up the clearbit nonsense

Colin Powell 3 年之前
父节点
当前提交
cc20de214c
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 1 6
      ansible/roles/fifteen5/tasks/main.yml

+ 1 - 6
ansible/roles/fifteen5/tasks/main.yml

@@ -2,7 +2,7 @@
 - name: Dependencies installed
   # We install xmlsec and cairocffi using pkg because python-Levenshtein is tricky to install on FreeBSD
   community.general.pkgng:
-    name: git,py38-pip,fish,direnv,jpeg-turbo,tiff,webp,lcms2,freetype2,syncthing,yarn-node14,cairo,pango,gmake,libxml2,libxslt,py38-psycopg2,py38-xmlsec,py38-cairocffi,py38-sqlite3,bash,py38-libcst
+    name: git,py38-pip,fish,direnv,jpeg-turbo,tiff,webp,lcms2,freetype2,yarn-node16,cairo,pango,gmake,libxml2,libxslt,py38-psycopg2,py38-xmlsec,py38-cairocffi,py38-sqlite3,bash,py38-libcst, cmake, ninja
     state: latest
 
 - name: Tmux config installed
@@ -74,11 +74,6 @@
   tags:
     - deploy
 
-- name: Hack patch for clearbit bullshit
-  shell:
-    cmd: 'sed -i -e "s/clearbit/#clearbit/g" /usr/local/src/fifteen5/requirements/common.txt'
-    warn: false
-
 - name: 15Five requirements up to date
   pip:
     requirements: /usr/local/src/fifteen5/requirements/test.pip