Fix lint errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-08-16 16:14:40 +02:00
parent 83170bbe6b
commit 1d6435a4e5
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -19,15 +19,15 @@
- certbot_authtype == "http"
- certbot_authservice == "httpd"
#- name: install web service packages
# ansible.builtin.package:
# name: "{{ certbot_webpackages }}"
# state: present
# update_cache: true
# notify: Restart httpd
# when:
# - certbot_authtype == "http"
# - certbot_authservice == "httpd"
# - name: install web service packages
# ansible.builtin.package:
# name: "{{ certbot_webpackages }}"
# state: present
# update_cache: true
# notify: Restart httpd
# when:
# - certbot_authtype == "http"
# - certbot_authservice == "httpd"
- name: Make the necessary directory
ansible.builtin.file:
@ -96,15 +96,15 @@
- certbot_authservice == "nginx"
- need_reload_nginx|changed
#- name: Open Firewalld
# ansible.posix.firewalld:
# service: http
# permanent: true
# state: enabled
# immediate: true
# when:
# - certbot_authtype == "http"
# - ansible_os_family == "RedHat"
# - name: Open Firewalld
# ansible.posix.firewalld:
# service: http
# permanent: true
# state: enabled
# immediate: true
# when:
# - certbot_authtype == "http"
# - ansible_os_family == "RedHat"
- name: Installation des script pour le challenge DNS
ansible.builtin.copy: