--- - name: Install NGINX ansible.builtin.apt: name: nginx state: present update_cache: true cache_valid_time: 3600