--- - name: Servicedelegationrule absent example hosts: ipaserver become: no tasks: - name: Ensure member test/example.com is absent in servicedelegationrule test-delegation-rule ipaservicedelegationrule: ipaadmin_password: SomeADMINpassword name: test-delegation-rule principal: test/example.com action: member state: absent