Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 bug fix: correct path for .hushlogin of non-root user (#6549)
This PR is a minor bug fix for the path directory when creating .hushlogin file in the `cluster-prepare.yaml` playbook. I would have included another change for the `cluster-installation.yaml` playbook as ansible currently throws the following error: ```ERROR! Using 'ansible.builtin.include_role' as a handler is not supported. ``` Sadly, I cannot find a solution as I have tried alternate modules, but it seems that a handler can't be used for some reason. Perhaps it's a quick fix for you as I have just opted to put a reboot task for now? Main changes: * `ansible/main/playbooks/cluster-prepare.yaml`: Modified the `cluster-prepare.yaml` playbook. (ansible/main/playbooks/cluster-prepare.yaml)
- Loading branch information