Skip to content

Commit 7dc2063

Browse files
committed
chore: post rebase cleanup
1 parent 3080731 commit 7dc2063

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ansible/files/permission_check.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"backup": [{"groupname": "backup", "username": "backup"}],
4141
"list": [{"groupname": "list", "username": "list"}],
4242
"irc": [{"groupname": "irc", "username": "irc"}],
43-
"gnats": [{"groupname": "gnats", "username": "gnats"}],
4443
"nobody": [{"groupname": "nogroup", "username": "nobody"}],
4544
"systemd-network": [
4645
{"groupname": "systemd-network", "username": "systemd-network"}
@@ -216,7 +215,6 @@ def main():
216215
"backup",
217216
"list",
218217
"irc",
219-
"gnats",
220218
"nobody",
221219
"systemd-network",
222220
"systemd-resolve",
@@ -233,7 +231,6 @@ def main():
233231
"adminapi",
234232
"postgrest",
235233
"tcpdump",
236-
"systemd-coredump",
237234
]
238235
if not qemu_artifact:
239236
usernames.append("ec2-instance-connect")

0 commit comments

Comments
 (0)