I need help trying to stick to 80 columns :).

In a number of my tasks, some attribute values get very long and I haven't 
found any means of breaking them up over several lines. A workaround is to 
put them into a vars file as a list/array. Is there any way to break up 
values across several lines in the playbook itself?

For example, the install_options value is huge for ffmpeg:

# Install ffmpeg
- name: install ffmpeg 
  homebrew: >
    name=ffmpeg
    
install_options=with-faac,with-fdk-aac,with-ffplay,with-fontconfig,with-freetype,with-frei0r,with-libass,with-libbluray,with-libbs2b,with-libcaca,with-libquvi,with-libsoxr,with-libssh,with-libvidstab,with-libvorbis,with-libvpx,with-opencore-amr,with-openjpeg,with-openssl,with-opus,with-rtmpdump,with-schroedinger,with-snappy,with-speex,with-theora,with-tools,with-webp,with-x265
    state=latest


Thanks,
--Ed

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/2da6e681-7019-469a-b2a7-809eb60e0110%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to