summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site.yml2
-rw-r--r--ubuntu.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site.yml b/site.yml
index e3cc5cc..51f5dbd 100644
--- a/site.yml
+++ b/site.yml
@@ -8,7 +8,7 @@
- role: "configure"
tasks:
- name: "Reboot"
- ansible.builtin.command: "reboot"
+ ansible.builtin.command: "reboot -f"
async: 1
poll: 0
changed_when: true
diff --git a/ubuntu.md b/ubuntu.md
index 155900d..7782e5f 100644
--- a/ubuntu.md
+++ b/ubuntu.md
@@ -18,7 +18,7 @@
```bash
passwd
nmcli dev wifi connect <SSID> password <PASSPHRASE>
-sudo hostnamectl set-hostname ubuntuiso.local
+sudo hostnamectl set-hostname ubuntuiso
sudo apt update
sudo DEBIAN_FRONTEND=noninteractive apt install -y openssh-server
sudo systemctl restart ssh avahi-daemon