Skip to content

Maintenance

TF edited this page Jan 12, 2023 · 1 revision

Uninstall

  1. rm -rf <collection-path>/ansible_collections/sedi/openaudit/
    (e.g. on linux <collection-path> is ~/.ansible/collections).
    If you specified a non-standard path in the installation step choose that path, obviously.
  2. remove sedi.openaudit.inventory from the [inventory] stanza of your ansible.cfg (if previously added)

Upgrade

Option a:

  1. force install with ansible-galaxy collection install --force-with-deps

Option b (recommended):

  1. Follow topic "Uninstall" (but skip step-2, i.e skip the ansible.cfg removal)
  2. Follow topic Install

Clone this wiki locally