mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2024-11-24 08:01:05 +00:00
roles: minor idempotency changes
This commit is contained in:
parent
e3d3ec37fd
commit
c6ea8eaf38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user