Update playbooks/nextcloud.yml
This commit is contained in:
parent
d80147564e
commit
3d6f3da5c3
@ -36,6 +36,13 @@
|
|||||||
nextcloud_loglevel: 3
|
nextcloud_loglevel: 3
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- set_fact:
|
||||||
|
myrounded: "{{ 2 ** (mynumber|int - 1).bit_length() }}"
|
||||||
|
- debug:
|
||||||
|
msg:
|
||||||
|
- "{{ myrounded }}"
|
||||||
|
|
||||||
- name: "Update cache & Full system update"
|
- name: "Update cache & Full system update"
|
||||||
apt:
|
apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
Loading…
Reference in New Issue
Block a user