Skip to content
New issue

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

warnings when running playbook on robots #9

Open
Veix123 opened this issue Feb 28, 2023 · 0 comments
Open

warnings when running playbook on robots #9

Veix123 opened this issue Feb 28, 2023 · 0 comments

Comments

@Veix123
Copy link
Contributor

Veix123 commented Feb 28, 2023

Got some warnings with ansible-playbook 2.9.6
Install procedure overview (laptop & NUC):

  • Installed clean ubuntu 20.04.5 on NUC
  • Connected NUC and laptop to a local wifi network
  • install open ssh server on NUC
  • set up ssh keys for passwordless ssh access to NUC
  • run ansible-playbook robots.yaml -K on laptop

[DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in group names by default, this will change, but still be user configurable on deprecation. This feature will be removed in version 2.10. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details

TASK [ros : Setup the source lists] ********************************************************************************** [WARNING]: Consider using 'become', 'become_method', and 'become_user' rather than running sudo

TASK [ros : Set up keys] ********************************************************************************************* [WARNING]: Consider using the get_url or uri module rather than running 'curl'. If you need to use command because get_url or uri is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message.

TASK [ros : Update and upgrade apt packages] ************************************************************************* [WARNING]: The value True (type bool) in a string field was converted to 'True' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change.

TASK [robots : Rules for realsense download] ************************************************************************* [WARNING]: Consider using the get_url or uri module rather than running 'wget'. If you need to use command because get_url or uri is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant