summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-04-02 22:04:48 -0400
committerThedro Neely <thedroneely@gmail.com>2020-04-02 22:04:48 -0400
commitc057cfb0f72e3e5705e4c1ca42676ebeb2e875d9 (patch)
tree234aeaa5f3b36fc30d73e2267be5aa071789ba52
parent67e89b34b50af70359b4f59410b5c2c099f8cbb8 (diff)
downloadplaybooks-c057cfb0f72e3e5705e4c1ca42676ebeb2e875d9.tar.gz
playbooks-c057cfb0f72e3e5705e4c1ca42676ebeb2e875d9.tar.bz2
playbooks-c057cfb0f72e3e5705e4c1ca42676ebeb2e875d9.zip
roles/k8s/main: Use correct variable path
-rw-r--r--roles/k8s/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/k8s/main.yml b/roles/k8s/main.yml
index 50e3ed7..22bb6fb 100644
--- a/roles/k8s/main.yml
+++ b/roles/k8s/main.yml
@@ -118,7 +118,7 @@
- hosts: k8s_master
vars_files:
- - variables.yml
+ - ../variables.yml
tasks: