Add dependencies installation
Opis
W każdym projekcie który chce używać tej roli pojawia się taki task:
- name: "install dependencies"
become: yes
ansible.builtin.pip:
name:
- "botocore"
- "boto3"
IMO to powinno być instalowane w roli.