feat: use integers

This commit is contained in:
Simon Cornet 2025-07-11 21:37:24 +02:00
commit b3d6949222
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
ansible.builtin.apt:
name: "lldpd"
state: "present"
cache_valid_time: "3600"
cache_valid_time: 3600
when: 'ansible_os_family == "Debian"'
notify: "restart lldpd"
tags: "lldp"