Signed-off-by: Lucas A. Wilson <luke.wilson@dell.com>
@@ -24,9 +24,6 @@
dest: /etc/ansible/facts.d/inventory.fact
mode: 0755
-- name: Collect host facts (including acclerator information)
- setup: ~
-
- name: Add kubernetes repo
copy:
src: kubernetes.repo
@@ -84,6 +81,9 @@
state: present
tags: install
+- name: Collect host facts (including acclerator information)
+ setup: ~
+
- name: Install k8s packages
package:
name: "{{ k8s_packages }}"
@@ -23,6 +23,7 @@ common_packages:
- bash-completion
- nvidia-detect
- chrony
+ - pciutils
k8s_packages:
- kubelet-1.16.7