openstack-ansible-pip_install/examples/playbook.yml

7 lines
99 B
YAML

---
- name: Install and configure pip
hosts: all
user: root
roles:
- role: "pip_install"