--- - name: SET_FACT | Prepare test vars set_fact: __nginx_conf: /etc/nginx/nginx.conf - name: APT | Install packages apt: pkg: "{{ p }}" update_cache: yes cache_valid_time: 3600 vars: p: - apt-transport-https - ca-certificates - curl - gpg - lsb-release - nginx - vim - name: INCLUDE_TASKS | Sury include_tasks: Debian/sury.yml when: php_version != php_default_version