blob: e6209a7710e2fa1b238f991befc6ac8c5fded197 [file] [log] [blame]
avm99963de5f4712021-02-11 01:38:47 +01001- hosts: localhost
avm99963d9058252021-02-11 01:27:41 +01002 roles:
3 - ensure-pip
avm9996366946ba2021-02-11 00:48:10 +01004 tasks:
5 - name: Install boto3
avm99963bc416d82021-02-11 01:01:33 +01006 pip:
7 name:
8 - boto3
avm99963d9058252021-02-11 01:27:41 +01009 - botocore