Feat: add BV_boutique
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ me }}"
|
||||
when: not server
|
||||
|
||||
- name: Copy ssh user config
|
||||
template:
|
||||
@@ -127,6 +128,7 @@
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ deploy_users }}"
|
||||
when: not server
|
||||
|
||||
- name: Copy ssh user config
|
||||
template:
|
||||
@@ -135,6 +137,7 @@
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ me }}"
|
||||
when: not server
|
||||
|
||||
# Git config
|
||||
- name: Copy gitconfig
|
||||
@@ -144,3 +147,4 @@
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ me }}"
|
||||
when: not server
|
||||
|
||||
Reference in New Issue
Block a user