mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2025-10-16 05:50:17 +00:00
roles: minor idempotency changes
This commit is contained in:
@@ -18,9 +18,10 @@
|
||||
- zsh # :D
|
||||
- python3-certbot-nginx
|
||||
|
||||
# TODO: make idempotent
|
||||
- name: Setup default shell (zsh)
|
||||
shell: chsh -s /usr/bin/zsh
|
||||
- name: Setup zsh
|
||||
user:
|
||||
name: "{{ ansible_user }}"
|
||||
shell: /usr/bin/zsh
|
||||
|
||||
- name: Clone Powerlevel10k theme
|
||||
git:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Install torrc
|
||||
template:
|
||||
src: torrc
|
||||
src: templates/torrc
|
||||
dest: /etc/tor/torrc
|
||||
owner: root
|
||||
group: root
|
||||
|
Reference in New Issue
Block a user