We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abstract The upload_files var is use to copy file in the destination machine. The same task is duplicate between centos, debian and yocto playbooks
Detailed Description It would be better to add the task in a dedicated role to prevent the duplication in playbooks.
$ rg upload_files playbooks/seapath_setup_prerequisdebian.yaml 67: with_items: "{{ upload_files }}" 69: - upload_files is defined 78: with_items: "{{ upload_files }}" 80: - upload_files is defined playbooks/seapath_setup_prerequisyocto.yaml 36: with_items: "{{ upload_files }}" 38: - upload_files is defined 47: with_items: "{{ upload_files }}" 49: - upload_files is defined playbooks/seapath_setup_prerequiscentos.yaml 65: with_items: "{{ upload_files }}" 67: - upload_files is defined 76: with_items: "{{ upload_files }}" 78: - upload_files is defined
Work to be done remove task from playbooks, create a role
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Abstract
The upload_files var is use to copy file in the destination machine.
The same task is duplicate between centos, debian and yocto playbooks
Detailed Description
It would be better to add the task in a dedicated role to prevent the duplication in playbooks.
Work to be done
remove task from playbooks, create a role
The text was updated successfully, but these errors were encountered: