style(group_vars): linting

This commit is contained in:
VC
2024-07-05 11:53:13 +02:00
parent 8aaaa24bad
commit 7c219b9dd2
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
---
smtp_relay_pass: !vault | smtp_relay_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256
35333033346637663866393736623536313961396638323230616463356432376265303362636438 35333033346637663866393736623536313961396638323230616463356432376265303362636438
@@ -5,4 +7,3 @@ smtp_relay_pass: !vault |
39343134646635326465316239313334353232666361343733613166643363373962633538646163 39343134646635326465316239313334353232666361343733613166643363373962633538646163
6663623433343233350a633463346664376563313830646539343439313436623365336463353463 6663623433343233350a633463346664376563313830646539343439313436623365336463353463
65393733353432376464306536663135623663613232326139306333363461313463 65393733353432376464306536663135623663613232326139306333363461313463

View File

@@ -1,3 +1,5 @@
---
nut_pass: !vault | nut_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256
64313965633338626466633664393139313833623763363964666633666335393331643239343933 64313965633338626466633664393139313833623763363964666633666335393331643239343933
@@ -5,4 +7,3 @@ nut_pass: !vault |
65376235613531306163313730363262313061346338353635626335333961646330316562343038 65376235613531306163313730363262313061346338353635626335333961646330316562343038
6238386332613761610a393739366561646336343030336363613365623336383735353838623266 6238386332613761610a393739366561646336343030336363613365623336383735353838623266
3862 3862

View File

@@ -1 +1,3 @@
---
php_version: "{% if ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '10' %}7.3{% elif ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '11' %}7.4{% endif %}" php_version: "{% if ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '10' %}7.3{% elif ansible_facts['os_family'] == 'Debian' and ansible_facts['distribution_major_version'] == '11' %}7.4{% endif %}"