diff --git a/roles/stolon/tasks/main.yml b/roles/stolon/tasks/main.yml index f4a960e..e7e50ac 100644 --- a/roles/stolon/tasks/main.yml +++ b/roles/stolon/tasks/main.yml @@ -25,6 +25,7 @@ become: yes become_user: fenix shell: | + kubectl apply -f /tmp/stolon/kubernetes-files/files/stolon-namespace.yaml kubectl apply -f /tmp/stolon/kubernetes-files/files/ environment: KUBECONFIG: /home/fenix/.kube/config \ No newline at end of file