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
|
allow_duplicates: true
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
|
@ -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'
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
---
|
---
|
||||||
- src: geerlingguy.pip
|
|
||||||
- src: geerlingguy.git
|
- src: geerlingguy.git
|
||||||
- src: geerlingguy.nginx
|
- src: geerlingguy.nginx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user