Playbook #1 |
/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml |
Task result details
- Play: Run the deployment on the target infrastructure (OpenStack/libvirt hypervisors)
- Task: kubeinit.kubeinit.kubeinit_eks : Create kube directory
- Action: ansible.builtin.file
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_eks/tasks/main.yml:256
- Host: localhost ( task delegated to service )
- Status: changed
- Started: 26 Oct 2023 20:20:56 +0000
- Ended: 26 Oct 2023 20:20:57 +0000
- Duration: 00:00:00.63
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
diff |
--- before +++ after @@ -1,5 +1,5 @@ { - "mode": "0755", + "mode": "0644", "path": "/root/.kube", - "state": "absent" + "state": "directory" } |
gid |
0 |
group |
root |
invocation |
{ "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/root/.kube", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } } |
mode |
0644 |
owner |
root |
path |
/root/.kube |
size |
6 |
state |
directory |
uid |
0 |