Difference between revisions of "When: (Ansible)"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
     when: [[ansible_facts]]['[[os_family]]'] == "Debian"
 
     when: [[ansible_facts]]['[[os_family]]'] == "Debian"
  
 +
 +
when: [[ansible_distribution]] == 'Ubuntu'
 +
 +
when: [[ansible_distribution_version]] == '[[23.10]]'
 +
 +
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: