Fix reflector command

This commit is contained in:
Ariejan de Vroom 2024-06-06 19:16:43 +02:00
parent 18c72c3628
commit b3c4f8e1cf
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ user:
primary_group: users
additional_groups: docker,wheel
shell: /bin/zsh
country: "Netherlands"
country: Netherlands
host_name: archie

View File

@ -29,4 +29,4 @@
- name: Update mirrorlist
ansible.builtin.shell:
cmd: reflector "{{ user.country }}" --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
cmd: reflector -c "{{ user.country }}" --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist