Split misc role into actual steps

This commit is contained in:
Michael Mandl 2020-05-31 17:27:58 +02:00
parent 5a647e07bf
commit 85f0dd8870
8 changed files with 88 additions and 70 deletions

View file

@ -0,0 +1,16 @@
---
- name: install required packages
package:
name:
- git
state: latest
- name: clone dotfiles
become_user: "{{ account.name }}"
git:
repo: git@github.com:mandlm/dotfiles.git
dest: "{{ dotfiles }}"
accept_hostkey: yes
update: no