Files
geerlingguy-ansible-for-devops/tests/https-self-signed.yml
T
2017-12-23 18:18:15 -06:00

10 lines
221 B
YAML

---
- hosts: all
tasks:
- 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