Ansible god!
Big rework! Control stuffs with variables! We still should do some movei'n around of roles before extending features.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
- name: Create user
|
||||
when: "'system' in setup"
|
||||
user:
|
||||
name="{{ name }}"
|
||||
groups="{{ item }}"
|
||||
@@ -12,4 +13,5 @@
|
||||
user="{{ name }}"
|
||||
key="{{ item }}"
|
||||
with_items:
|
||||
- "{{ pubkeys }}"
|
||||
- "{{ pubkeys }}"
|
||||
- import_tasks: doom-emacs.yml
|
Reference in New Issue
Block a user