mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-17 10:30:40 +02:00
Removing unnecessary awscli package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user