From 67bbf1216867399d67de6626244035edcbecc43b Mon Sep 17 00:00:00 2001 From: Kristian Klausen <kristian@klausen.dk> Date: Sun, 6 Oct 2024 14:48:44 +0200 Subject: [PATCH] Replace mlocate with plocate on build.archlinux.org mlocate has been replaced with plocate in the repo[1]. [1] https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/6Q2OBF3VPAWII66UIA43OEZFSRGUWS4E/ --- playbooks/build.archlinux.org.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/build.archlinux.org.yml b/playbooks/build.archlinux.org.yml index c22544e49..1914340b7 100644 --- a/playbooks/build.archlinux.org.yml +++ b/playbooks/build.archlinux.org.yml @@ -3,7 +3,7 @@ remote_user: root roles: - { role: common } - - { role: tools, extra_utils: ['setconf', 'mlocate'] } + - { role: tools, extra_utils: ['setconf', 'plocate'] } - { role: firewalld } - { role: sshd } - { role: root_ssh } -- GitLab