You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Rhel et al. one seems to need the spec file from the src package to know what is what as there is a difference between %config and %config(noreplace) 🙄
So I would say this is probably Arch specific and warrants a bug against arch ssh package.
If it should be done here something along the lines in an arch specific task/handler.
- name: manage ssh moduli with ansible not pacmancopy:
dest: /etc/pacman.d/opensshcontent: | [options] NoUpgrade=etc/ssh/moduliwhen: '{{ ssh_modulus_min }}'is defined
- name: manage ssh moduli via pacmanfilepath: /etc/pacman.d/opensshstate: absentwhen: ssh_modulus_min is not defined
At least on Arch Linux, the changes to
/etc/ssh/moduli
are not preserved, i.e. overwritten on each package upgrade.The text was updated successfully, but these errors were encountered: