mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
remove submodule init from dotfiles repo
If this is necessary, it should be done in an rcup pre-hook
This commit is contained in:
parent
f84930c9c2
commit
3d5d4e01f3
1 changed files with 0 additions and 10 deletions
|
|
@ -20,16 +20,6 @@
|
||||||
become: yes
|
become: yes
|
||||||
become_user: "{{ user.name }}"
|
become_user: "{{ user.name }}"
|
||||||
|
|
||||||
- name: Initialize dotfile submodules
|
|
||||||
command: git submodule init chdir=/home/{{ user.name }}/.dotfiles
|
|
||||||
become: yes
|
|
||||||
become_user: "{{ user.name }}"
|
|
||||||
|
|
||||||
- name: Update dotfile submodules
|
|
||||||
command: git submodule update chdir=/home/{{ user.name }}/.dotfiles
|
|
||||||
become: yes
|
|
||||||
become_user: "{{ user.name }}"
|
|
||||||
|
|
||||||
- name: Install user dotfiles
|
- name: Install user dotfiles
|
||||||
command: rcup {{ dotfiles.rcup_flags }}
|
command: rcup {{ dotfiles.rcup_flags }}
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue