me is deploy_users for Bilimbi
This commit is contained in:
parent
1870c29c04
commit
5adeec9e8f
@ -19,7 +19,8 @@
|
||||
src: files/tmux.conf
|
||||
dest: /home/{{ item.username }}/.tmux.conf
|
||||
owner: "{{ item.username }}"
|
||||
with_items: "{{ me }}"
|
||||
with_items:
|
||||
- "{{ me }}"
|
||||
|
||||
- name: Install tmuxinator
|
||||
gem:
|
||||
@ -59,7 +60,7 @@
|
||||
dest: /home/{{ item.username }}/.moc/
|
||||
owner: "{{ item.username }}"
|
||||
with_items: "{{ me }}"
|
||||
when: not minimal
|
||||
when: not minimal and not server
|
||||
|
||||
- name: Creates .ssh
|
||||
file:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
|
||||
me: deploy_users
|
||||
deploy_public_key: files/id_ed25519_embrevade.pub
|
||||
|
||||
minimal: true
|
||||
|
Loading…
Reference in New Issue
Block a user