mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-15 09:10:19 +00:00
Fixing pkg name
This commit is contained in:
@@ -14,10 +14,10 @@
|
|||||||
- python-pip
|
- python-pip
|
||||||
- letsencrypt
|
- letsencrypt
|
||||||
- python-certbot-apache
|
- python-certbot-apache
|
||||||
- apt-https-transport
|
- apt-transport-https
|
||||||
- cron
|
- cron
|
||||||
|
|
||||||
# Install ansible python package, because it's the latest
|
# Install ansible python package, because it's the latest
|
||||||
- name: Install ansible
|
- name: Install ansible
|
||||||
pip:
|
pip:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
|||||||
Reference in New Issue
Block a user