ansible判定文件或者文件夹是否存在 ansible判定⽂件或者⽂件夹是否存在ansible 的常⽤模块中没有判定当⽂件存在或者不存在时,执⾏某个执⾏ 使⽤下⾯⽅法能简单判定某个⽂件是否存在 --- - name: judge a file or dir is exits shell: ls /home/sfy ignore_errors: True register: result ...