Files
geerlingguy-ansible-for-devops/tests/https-self-signed.yml
T

13 lines
312 B
YAML

---
- hosts: all
tasks:
- name: Ensure apt cache is updated.
apt: update_cache=yes cache_valid_time=600
- name: Ensure the older Python 2 pip is available.
package: name=python-pip state=present
# HTTPS Self-Signed Certificate test.
- include: ../https-self-signed/provisioning/main.yml