Ansible-lint: Revision history

From DWIKI

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 February 2024

21 September 2023

6 April 2023

16 February 2022

  • curprev 10:2910:29, 16 February 2022Tony talk contribs 247 bytes +247 Created page with "=FAQ= ==Don't compare to literal True/False== Instead of when: (foo == 1 and bar == 0) == false use when: not (foo == 1 and bar == 0) ==Commands should not change things..."