[Errno 2] No such file or directory

Posted lvhanzhi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Errno 2] No such file or directory相关的知识,希望对你有一定的参考价值。

Centos7.5 执行ansible命令报错

问题:

[[email protected] ~]# ansible servers -a "hostname|grep web" -i ./hosts
172.16.1.7 | FAILED | rc=2 >>
[Errno 2] No such file or directory

原因:

默认使用的是command模块,command模块不能使用管道

解决方法:

使用shell模块执行命令
[[email protected] ~]# ansible servers -m shell -a "hostname|grep web" -i ./hosts
172.16.1.7 | CHANGED | rc=0 >>
web01

以上是关于[Errno 2] No such file or directory的主要内容,如果未能解决你的问题,请参考以下文章

Yum:[Errno 5] [Errno 2] No such file or directory

FileNotFoundError: [Errno 2] No such file or directory的解决方法

open() 给出 FileNotFoundError/IOError: Errno 2 No such file or directory

drozer提示[Errno 2] No such file or directory

yum 安装包时提示:[Errno 5] [Errno 2] No such file or dir

FileNotFoundError: [Errno 2] No such file or directory: _MEI138162\astor\VERSION‘