mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 18:57:12 +02:00
Replaced community.general.pacman: by pacman to raise performance
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
- name: install certbot
|
||||
pacman:
|
||||
community.general.pacman:
|
||||
name: certbot
|
||||
state: present
|
||||
when: run_once_srv_web_7_7_certbot is not defined
|
||||
|
||||
- name: install certbot DNS plugin
|
||||
pacman:
|
||||
community.general.pacman:
|
||||
name: "certbot-dns-{{ certbot_acme_challenge_method }}"
|
||||
state: present
|
||||
when:
|
||||
|
Reference in New Issue
Block a user