--- - hosts: all tasks: - name: Ensure apt cache is updated. apt: update_cache=true cache_valid_time=600 # HTTPS Self-Signed Certificate test. - import_playbook: ../https-self-signed/provisioning/main.yml vars: firewall_enable_ipv6: false