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

10 lines
221 B
YAML
Raw Normal View History

2017-12-23 00:13:53 -06:00
---
- hosts: all
tasks:
- name: Ensure the older Python 2 pip is available.
package: name=python-pip state=present
2017-12-23 00:13:53 -06:00
# HTTPS Self-Signed Certificate test.
- include: ../https-self-signed/provisioning/main.yml