Browse Source

Minor lxc_guest fix.

services
Slash 8 years ago
parent
commit
15302a6109
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/lxc_guest/tasks/main.yaml

+ 1
- 1
roles/lxc_guest/tasks/main.yaml View File

@ -13,7 +13,7 @@
fs_type: xfs
container_log: true
template: debian
template_options: --release {{ distro }} --packages "ssh python"
template_options: --release {{ distro }} --packages=ssh,python
container_command: |
echo "ssh-rsa {{ user_ca_key }}" > /etc/ssh/user_ca.pub
echo "TrustedUserCAKeys /etc/ssh/user_ca.pub" >> /etc/ssh/sshd_config


Loading…
Cancel
Save