Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Dec 27, 2023
1 parent b86dca8 commit f55dad5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ansible/roles/argo_cd/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: Install argocd
ansible.builtin.shell: |
kubectl create namespace argocd
kubectl apply -n argocd \
-f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.3/manifests/install.yaml
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.3/manifests/install.yaml
changed_when: false

0 comments on commit f55dad5

Please sign in to comment.