diff --git a/roles/stolon/tasks/main.yml b/roles/stolon/tasks/main.yml index 3d208a3..51f3e9e 100644 --- a/roles/stolon/tasks/main.yml +++ b/roles/stolon/tasks/main.yml @@ -11,4 +11,4 @@ mode: '0644' - name: Aplicar os YAMLs com kubectl - command: kubectl apply -f /tmp/k8s_yamls/ \ No newline at end of file + command: kubectl apply -f /tmp/stolon/kubernetes-files \ No newline at end of file