On Thu, 28 May 2020 at 19:31, 'Mario Garcia' via Ansible Project <[email protected]> wrote: > > I am working on it to provide you an use case.. but. > > is by any chance the authorizing_file modules sanitizing aka removing > duplicates entries on the remote authorized_key file even if it was not in > the key string passed to be removed
No, there is no such sanitizing thing. There is the 'exclusive' option but that would remove everything else but your key. And you're not using that. https://docs.ansible.com/ansible/latest/modules/authorized_key_module.html#parameter-exclusive -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwO6pN73eU7VCXbXGXKmnCQ45uYc2dz2CKoQt%3DoYwi%3DSsw%40mail.gmail.com.
