mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
10 lines
221 B
YAML
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
|