Disable login during deployment
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-11 14:44:43 +02:00
parent 6b1db0dd23
commit cd448a0af3
5 changed files with 38 additions and 1 deletions

View File

@@ -3,6 +3,14 @@
name: snapd
state: absent
purge: yes
- name: Delete leftover files
ansible.builtin.file:
path: /root/snapd
state: absent
- name: Hold snapd package
ansible.builtin.dpkg_selections:
name: snapd
selection: hold
- name: Reload systemd unit configurations
ansible.builtin.systemd:
daemon_reload: yes