Fix scripts

This commit is contained in:
pgrondek 2020-07-01 16:42:35 +02:00
parent 2197f0c5fa
commit f3127405af
6 changed files with 13 additions and 12 deletions

View File

@ -9,4 +9,4 @@ fi
apt update apt update
apt install software-properties-common apt install software-properties-common
apt-add-repository --yes --update ppa:ansible/ansible apt-add-repository --yes --update ppa:ansible/ansible
apt install ansible apt install -y git ansible

View File

@ -15,5 +15,5 @@
- name: add current user to docker group - name: add current user to docker group
user: user:
name: {{ ansible_user_id }} name: "{{ ansible_user_id }}"
groups: docker groups: docker

View File

@ -17,7 +17,7 @@
cmd: | cmd: |
mkdir -p ~/src mkdir -p ~/src
cd ~/src cd ~/src
git clone {{ dwm-repo }} git clone {{ dwm.repo }}
- name: build dwm - name: build dwm
make: make:

View File

@ -1,7 +1,6 @@
--- ---
- block:
become: yes
- name: install screen locker - name: install screen locker
become: yes
apt: apt:
update_cache: yes update_cache: yes
pkg: pkg:

View File

@ -12,7 +12,7 @@
cmd: | cmd: |
mkdir -p ~/src mkdir -p ~/src
cd ~/src cd ~/src
git clone {{ st-repo }} git clone {{ st.repo }}
- name: build st - name: build st
make: make:

View File

@ -1,3 +1,5 @@
--- ---
dwm-repo: https://github.com/pgrondek/dwm.git dwm:
st-repo: https://github.com/pgrondek/stterm.git repo: https://github.com/pgrondek/dwm.git
st:
repo: https://github.com/pgrondek/stterm.git