1
0
forked from finallycoffee/base

fix: ansible-lint yaml whitespace problems

This commit is contained in:
2026-02-04 11:08:44 +01:00
parent a9c66729dd
commit d337407685
5 changed files with 4 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
name: "{{ docker_fedora_repo_name }}"
description: "{{ docker_fedora_repo_description }}"
baseurl: "{{ docker_fedora_repo_url }}"
validate_certs: "{{ docker_fedora_repo_validate_certs }}"
validate_certs: "{{ docker_fedora_repo_validate_certs }}"
gpgkey: "{{ docker_fedora_repo_gpg_key }}"
gpgcheck: "{{ docker_fedora_repo_gpg_check }}"
state: "{{ docker_state }}"