Skip to content

Commit

Permalink
Update debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jayesh Kumar <Jayesh.Kumar@ibm.com>
  • Loading branch information
Jayesh Kumar authored and Jayesh Kumar committed Aug 25, 2023
1 parent 363aeaa commit f45b4f1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions roles/mrot_config/tasks/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@

# To check and install NetworkManager-dispatcher-routing-rules on cluster nodes and post that enable and start it.

- name: Debug | Display distribution and version
- name: debug | Display OS distribution
debug:
var: item
with_items:
- ansible_distribution
- ansible_distribution_version
var: ansible_distribution

- name: debug | Display OS version
debug:
var: ansible_distribution_version


- name: Install tasks block for RHEL
block:
Expand Down

0 comments on commit f45b4f1

Please sign in to comment.