feat: use integers
This commit is contained in:
parent
44b3eeb619
commit
b3d6949222
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
ansible.builtin.apt:
|
||||
name: "snapd"
|
||||
state: "present"
|
||||
cache_valid_time: "120"
|
||||
cache_valid_time: 120
|
||||
when: "__snapd_service"
|
||||
|
||||
# enable snapd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue