mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
fix for #172: moved when-statement to corresponding block
This commit is contained in:
parent
eb4647ed9c
commit
fc4b51cbf7
@ -7,8 +7,6 @@
|
|||||||
name: dnf-plugins-core
|
name: dnf-plugins-core
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- block:
|
|
||||||
|
|
||||||
- name: Enable DNF module for CentOS 8.3+.
|
- name: Enable DNF module for CentOS 8.3+.
|
||||||
shell: |
|
shell: |
|
||||||
dnf config-manager --set-enabled powertools
|
dnf config-manager --set-enabled powertools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user