...!
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
- moc
|
||||
- newsboat
|
||||
- pass
|
||||
when: not minimal
|
||||
when: not minimal or not server
|
||||
|
||||
- name: More colorfull pacman
|
||||
lineinfile:
|
||||
|
@@ -32,4 +32,4 @@
|
||||
- moc
|
||||
- newsboat
|
||||
- pass
|
||||
when: not minimal
|
||||
when: not minimal or not server
|
||||
|
@@ -18,10 +18,6 @@
|
||||
line: "PermitRootLogin no"
|
||||
backrefs: yes
|
||||
|
||||
- name: debug
|
||||
debug:
|
||||
msg: "{{ deploy_public_key }}"
|
||||
|
||||
- name: Add public key for deploy user
|
||||
authorized_key:
|
||||
user: "{{ item.username }}"
|
||||
|
@@ -14,5 +14,5 @@
|
||||
uid: "{{ item.uid }}"
|
||||
shell: /bin/zsh
|
||||
with_items: "{{ me }}"
|
||||
when: not minimal
|
||||
when: not minimal or not server
|
||||
|
||||
|
Reference in New Issue
Block a user