标签: ansible
我的任务是:
- name: Create local temp dir delegate_to: localhost become: false run_once: true file: path: temp state: directory
但是该任务失败,因为ansible试图在localhost上运行sudo,并且本地sudo密码与远程密码不匹配。不过,我根本不希望它运行本地sudo。