From b1136929da06f1da5cd87e70c7cd73027a9d8b31 Mon Sep 17 00:00:00 2001 From: Ari Kalfus Date: Sun, 13 Oct 2019 20:05:13 -0400 Subject: [PATCH] Woops (#5) * Update default make command * Add Github Actions badge * Added separate install check for pip3 * Woops * Updated make install to add -y to apt installs --- .gitignore | 1 + Makefile | 4 ++-- files/secrets.yml | 8 -------- 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 files/secrets.yml diff --git a/.gitignore b/.gitignore index 55c0c42..febc3bc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ venv/ .idea roles/ .vagrant/ +files/secrets.yml diff --git a/Makefile b/Makefile index 6a1afcb..00634f6 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ all: install provision .PHONY: install install: - if [ ! -f /usr/bin/python3 ]; then sudo apt install python3; fi; - if [ ! -f /usr/local/bin/pip3 ]; then sudo apt install python3-pip; fi; + if [ ! -f /usr/bin/python3 ]; then sudo apt install -y python3; fi; + if [ ! -f /usr/local/bin/pip3 ]; then sudo apt install -y python3-pip; fi; if [ ! -f ~/.local/bin/pipenv ]; then pip3 install pipenv; fi; if [ ! $$(find ~/.local/share/virtualenvs/ -name "dev_setup*") ]; then pipenv install; fi; if [ ! -d ~/.ansible/roles/gantsign.visual-studio-code ]; then pipenv run ansible-galaxy install gantsign.visual-studio-code; fi; diff --git a/files/secrets.yml b/files/secrets.yml deleted file mode 100644 index 6df2ca7..0000000 --- a/files/secrets.yml +++ /dev/null @@ -1,8 +0,0 @@ -$ANSIBLE_VAULT;1.1;AES256 -65663566643731303739376133313633376538323563336563333261656131376265353563656330 -3765333231616337366333313331646534666330643235630a353964633366386662633936333732 -39363933653932326361313162623865313938393034323136356635663166333735613336616134 -3162656237313533350a616331373462643736373234653032656232383362633535323563646631 -63383261663132316531343364633037626661356138386533653062343930303165343733643735 -62326232356464313036393461663038366437396533656439333338316161393839616261323233 -656238333564616238633162343434383165