Fix README.md

This commit is contained in:
Jeffrey Serio 2023-06-01 12:04:27 -05:00
parent 3e46e50d7c
commit c9b0a5c013
2 changed files with 2 additions and 9 deletions

View File

@ -40,7 +40,8 @@ Copy and paste the result as the value of the passwd key in the cloud-config.
Start the instance, then check the cloud-init status:
```shell
lxc start debian-mail -- cloud-init --wait
lxc start debian-mail
lxc exec debian-mail -- cloud-init status --wait
```
Once that's done, you should be able to ssh directly to the debian user, and Ansible will be ready to run.

View File

@ -1,8 +0,0 @@
#!/usr/bin/env bash
set -euxo
lxc exec "$1" -- apt install -y ssh python3-dev
# vim: ft=bash ai et sw=4 ts=4