Split misc role into actual steps
This commit is contained in:
parent
5a647e07bf
commit
85f0dd8870
8 changed files with 88 additions and 70 deletions
16
roles/dotfiles/tasks/main.yaml
Normal file
16
roles/dotfiles/tasks/main.yaml
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue