Merge pull request #1747 from YunoHost/ci-format-debian/11.2.8

[CI] Format code with Black
This commit is contained in:
Alexandre Aubin 2023-12-09 15:55:59 +01:00 committed by GitHub
commit 33774ce625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,7 +305,15 @@ def domain_add(
# should identify the root of this bug...
_force_clear_hashes([f"/etc/nginx/conf.d/{domain}.conf"])
regen_conf(
names=["nginx", "metronome", "dnsmasq", "postfix", "rspamd", "mdns", "dovecot"]
names=[
"nginx",
"metronome",
"dnsmasq",
"postfix",
"rspamd",
"mdns",
"dovecot",
]
)
app_ssowatconf()