Skip to content

Commit 3adfc4d

Browse files
committed
Ensure tasks run first
1 parent a292c67 commit 3adfc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubetest2-tf/data/k8s-ansible/install-k8s-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
gather_facts: no
55
become: yes
66

7-
tasks:
7+
pre_tasks:
88
- name: Ensure kubernetes.core collection is installed
99
command: ansible-galaxy collection install kubernetes.core
1010
changed_when: false

0 commit comments

Comments
 (0)