Playbook #1 |
/root/kubeinit/ci/builds/bsU8uCNn/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_services : Create ~/.ssh directory
- Action: ansible.builtin.file
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_services/tasks/create_provision_container.yml:306
- Host: localhost ( task delegated to kidcluster-provision )
- Status: changed
- Started: 05 May 2024 07:11:39 +0000
- Ended: 05 May 2024 07:11:43 +0000
- Duration: 00:00:03.64
- Tags:
- task_prepare_cluster
Field | Value |
---|---|
changed |
True |
diff |
--- before +++ after @@ -1,5 +1,5 @@ { - "mode": "0755", + "mode": "0700", "path": "/root/.ssh/", - "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": "root", "mode": "0700", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/root/.ssh/", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } } |
mode |
0700 |
owner |
root |
path |
/root/.ssh/ |
size |
6 |
state |
directory |
uid |
0 |