Fixed linting issues causing GitHub action failures (#180)

This commit is contained in:
Chris Edillon
2024-08-30 10:51:28 -04:00
committed by GitHub
parent 28eb5be812
commit c192aa2c55
5 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
safe_mode_password: "{{ lookup('community.general.random_string', min_lower=1, min_upper=1, min_special=1, min_numeric=1) }}"
- name: Verify domain services running
# noqa no-handler
when: r_create_domain is changed
ansible.builtin.include_tasks:
file: tasks/domain_services_check.yml