Removing unnecessary awscli package

This commit is contained in:
Thiago Almeida 2020-09-12 17:37:12 +02:00
parent baa216fb34
commit c4ecfaaae9
4 changed files with 1 additions and 13 deletions

View File

@ -1,10 +1,4 @@
--- ---
dependencies:
- role: geerlingguy.pip
vars:
pip_install_packages:
- name: awscli
allow_duplicates: true allow_duplicates: true
galaxy_info: galaxy_info:

View File

@ -29,11 +29,8 @@
apt: apt:
name: name:
- cron - cron
- python-setuptools
- python3
- python3-apt
- python3-pip
- python3-setuptools - python3-setuptools
- python-setuptools
state: present state: present
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'

View File

@ -28,9 +28,7 @@
name: name:
- cron - cron
- python-setuptools - python-setuptools
- python3
- python3-apt - python3-apt
- python3-pip
- python3-setuptools - python3-setuptools
state: present state: present
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'

View File

@ -1,4 +1,3 @@
--- ---
- src: geerlingguy.pip
- src: geerlingguy.git - src: geerlingguy.git
- src: geerlingguy.nginx - src: geerlingguy.nginx