indentation
parent
c54cd719e9
commit
dc1f5d0323
|
@ -6,7 +6,6 @@ Clone & execute the main playbook locally: `ansible-playbook run.yml -K`
|
|||
|
||||
```bash
|
||||
sudo setenforce 0
|
||||
sh <(curl -L https://nixos.org/nix/install)
|
||||
sudo dnf install -y --refresh ansible
|
||||
./ensure.sh
|
||||
```
|
||||
|
@ -26,3 +25,4 @@ TODO(earne): Remove this/ update
|
|||
- Secrets (GPG, wakatime)
|
||||
- Generate SSH key and add to services
|
||||
- Tailscale (`sudo tailscale up --ssh`)
|
||||
- Restart!
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
# - VirtualBox
|
||||
# - xrandr
|
||||
state: present
|
||||
when: ansible_facts['hostname'] == "tycho"
|
||||
when: ansible_facts['hostname'] == "tycho"
|
||||
|
||||
|
||||
#- name: Install zoom
|
||||
|
|
Loading…
Reference in New Issue