mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Removing unnecessary awscli package
This commit is contained in:
parent
baa216fb34
commit
c4ecfaaae9
@ -1,10 +1,4 @@
|
||||
---
|
||||
dependencies:
|
||||
- role: geerlingguy.pip
|
||||
vars:
|
||||
pip_install_packages:
|
||||
- name: awscli
|
||||
|
||||
allow_duplicates: true
|
||||
|
||||
galaxy_info:
|
||||
|
@ -29,11 +29,8 @@
|
||||
apt:
|
||||
name:
|
||||
- cron
|
||||
- python-setuptools
|
||||
- python3
|
||||
- python3-apt
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- python-setuptools
|
||||
state: present
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
|
@ -28,9 +28,7 @@
|
||||
name:
|
||||
- cron
|
||||
- python-setuptools
|
||||
- python3
|
||||
- python3-apt
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
state: present
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
- src: geerlingguy.pip
|
||||
- src: geerlingguy.git
|
||||
- src: geerlingguy.nginx
|
||||
|
Loading…
x
Reference in New Issue
Block a user