mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
reformat yaml
This commit is contained in:
parent
49c32e26cf
commit
41446b0d28
1 changed files with 8 additions and 2 deletions
|
|
@ -1,12 +1,18 @@
|
|||
---
|
||||
- name: Install rcm
|
||||
aur: name=rcm user={{ user.name }}
|
||||
aur:
|
||||
name: rcm
|
||||
user: "{{ user.name }}"
|
||||
when: dotfiles is defined
|
||||
tags:
|
||||
- aur
|
||||
|
||||
- name: Clone user dotfiles
|
||||
git: repo={{ dotfiles.url }} dest=/home/{{ user.name }}/{{ dotfiles.destination }} accept_hostkey=yes update=no
|
||||
git:
|
||||
repo: "{{ dotfiles.url }}"
|
||||
dest: /home/{{ user.name }}/{{ dotfiles.destination }}
|
||||
accept_hostkey: yes
|
||||
update: no
|
||||
when: dotfiles is defined
|
||||
become: yes
|
||||
become_user: "{{ user.name }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue