Update playbooks/nextcloud.yml

This commit is contained in:
Tomislav Kopić 2024-02-14 06:14:29 +00:00
parent d80147564e
commit 3d6f3da5c3
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,13 @@
nextcloud_loglevel: 3
tasks:
- set_fact:
myrounded: "{{ 2 ** (mynumber|int - 1).bit_length() }}"
- debug:
msg:
- "{{ myrounded }}"
- name: "Update cache & Full system update"
apt:
update_cache: true