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
When using the new ansible version 6 from 21st of June the galaxy.yml ends up mangled like this:
tool_config_file: '[,'',/,m,n,t,/,v,o,l,u,m,e,/,s,h,a,r,e,d,/,g,a,l,a,x,y,/,c,o,n,f,i,g,/,t,o,o,l,_,c,o,n,f,.,x,m,l,'',,, ,'',/,m,n,t,/,v,o,l,u,m,e,/,s,h,a,r,e,d,/,g,a,l,a,x,y,/,v,a,r,/,c,o,n,f,i,g,/,s,h,e,d,_,t,o,o,l,_,c,o,n,f,.,x,m,l,'',,, ,'',/,m,n,t,/,v,o,l,u,m,e,/,s,h,a,r,e,d,/,g,a,l,a,x,y,/,c,o,n,f,i,g,/,l,o,c,a,l,_,t,o,o,l,_,c,o,n,f,.,x,m,l,'',,, ,'',/,m,n,t,/,v,o,l,u,m,e,/,s,h,a,r,e,d,/,g,a,l,a,x,y,/,c,o,n,f,i,g,/,t,o,o,l,_,c,o,n,f,_,i,n,t,e,r,a,c,t,i,v,e,.,x,m,l,'',], ,+, ,[,'',/,m,n,t,/,v,o,l,u,m,e,/,s,h,a,r,e,d,/,g,a,l,a,x,y,/,c,o,n,f,i,g,/,l,o,c,a,l,_,t,o,o,l,_,c,o,n,f,.,x,m,l,'',]'
With ansible 5.10 and no other change this works fine.
The text was updated successfully, but these errors were encountered:
Probably broken here: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_6.html#playbook
edit: actually it does not, everything is in jinja templating already, I dunno then
Sorry, something went wrong.
No branches or pull requests
When using the new ansible version 6 from 21st of June the galaxy.yml ends up mangled like this:
With ansible 5.10 and no other change this works fine.
The text was updated successfully, but these errors were encountered: