# platform = multi_platform_all
# reboot = false
# strategy = disable
# complexity = low
# disruption = low


- name: "Remove NIS Client: Ensure ypbind is removed"
  ansible.builtin.package:
    name: "ypbind"
    state: absent
