Compare commits

...

1 commit

Author SHA1 Message Date
David Prevot 0914b2e06b 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
2023-08-24 15:36:41 +02:00

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"