me is deploy_users for Bilimbi

This commit is contained in:
Bertrand Benjamin 2018-08-25 15:20:49 +02:00
parent 1870c29c04
commit 5adeec9e8f
2 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -1,5 +1,5 @@
---
me: deploy_users
deploy_public_key: files/id_ed25519_embrevade.pub
minimal: true