Replaced community.general.pacman: by pacman to raise performance

This commit is contained in:
2025-08-11 19:33:28 +02:00
parent 38de10ba65
commit 1496f1de95
21 changed files with 22 additions and 22 deletions

View File

@@ -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: