LXC: Drop openssh from just installed container
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2628|0|2628|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
David Prevot 2023-08-04 15:19:13 +02:00
parent b8b48bbcb9
commit 0914b2e06b

View file

@ -69,3 +69,8 @@
src: "/etc/profile.d/evolinux.sh"
remote_src: true
dest: "/var/lib/lxc/{{ name }}/rootfs/etc/profile.d/evolinux.sh"
- name: "Purge OpenSSH in container {{ name }}"
community.general.lxc_container:
name: "{{ name }}"
container_command: "apt-get purge openssh"