Prechádzať zdrojové kódy

Merge pull request #948 from Lakshmi-Patneedi/devel

dmidecode package installation
Sujit Jadhav 3 rokov pred
rodič
commit
9b0a12c3ac

+ 6 - 1
control_plane/roles/collect_node_info/files/create_inventory.yml

@@ -1,4 +1,4 @@
-# Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
+# Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -170,6 +170,11 @@
       set_fact:
         service_tag: "Not Found"
 
+    - name: Install dmidecode package
+      package:
+        name: dmidecode
+        state: present
+
     - name: Get service tag
       shell: >
           set -o pipefail && \