--- - name: stop and disable saslauth systemd_service: state: stopped name: saslauthd enabled: false ignore_errors: yes - name: uninstall saslauthd yum: name: cyrus-sasl state: removed - name: delete config saslauthd (1/2) file: path: /etc/saslauthd.conf state: absent - name: delete config saslauthd (2/2) file: path: /etc/sysconfig/saslauthd state: absent