Difference between revisions of "When: (Ansible)"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
  when: [[ansible_distribution_version]] == '[[23.10]]'
 
  when: [[ansible_distribution_version]] == '[[23.10]]'
  
  when: ansible_distribution_version == '7.6'
+
when: ansible_distribution_major_version == '[[7]]'
 +
 
 +
  when: ansible_distribution_version == '[[7.6]]'
  
 
  when: true
 
  when: true

Latest revision as of 14:00, 5 February 2024

Advertising: