#Anyone got a playbook for deleting ONTAP

1 messages · Page 1 of 1 (latest)

whole needle
#

@still scroll
to delete all the applications for the user, set replace_existing_apps_and_methods key

  • name: delete all the applications for the user test
    na_ontap_user:
    state: absent
    use_rest: always
    name: test
    replace_existing_apps_and_methods: always

applications key does not support wildcard