feat: Preconfigure root profile for cli tools
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-15 19:09:44 +02:00
parent 072fc56050
commit 05f085aee7
2 changed files with 17 additions and 12 deletions

View File

@ -1,12 +1,6 @@
- import_tasks: service.yml
- import_tasks: cron.yml
- name: Cleanup tempfile
ansible.builtin.file:
path: "{{ kubeconfig.path }}"
state: absent
when: kubeconfig.path is defined
# - name: Reboot host
# ansible.builtin.shell:
# cmd: systemctl reboot