Skip to content

Adhere to ansible styling guide

A list of Oskar Almlöv's best practises and style choices [0] that are good for writing clean and consistent Ansible.

  • Prefix temporary variables with an underscore
  • Use fully-qualified collection names
  • Internal role variables should be prefixed with double underscores

[0] https://gist.github.com/oskaralmlov/3abf8436534d6766601223db4b82b0c7

Edited by Arunodhayam

Merge request reports