Ansible Error: "[Errno 2] No such file or directory" – CentOS
I'm not able to execute kubectl(v1.16.3) commands in the ansible command module. For e.g. Creation of Namespace using ansible. tasks: - name: "Creating Directory" file: path: ~/ansible_ns/demo_namespaces state: directory - name: "Creating Namespaces(1/2)" copy: content: "apiVersion: v1 nkind: Namespace nmetadata:…