blob: 538250107565c08636e6cfbda116860d713f1be7 [file] [log] [blame]
- hosts: all
roles:
- ensure-pip
tasks:
- name: Install boto3
pip:
name:
- boto3
- botocore