我正在使用ansible发送邮件,但出现此异常。当我执行df-h时,机器上有足够的空间。
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: SMTPSenderRefused: (452, '4.3.1 Insufficient system storage', 'root')
有什么建议吗?
Ansible脚本:
---
- name: Sending mails
hosts: hw
tasks:
- mail:
host: localhost
to: User <user@domain.com>
subject: Ansible-report