File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 set_fact :
4444 vault_tokens :
4545 - { file_name: 'auth-token', value: "{{ vault_auth_token }}" }
46+ - { file_name: 'user-vault-auth-token', value: "{{ dock_vault_user_creation_access_token }}" }
4647 - { file_name: 'token-01', value: "{{ vault_token_01 }}" }
4748 - { file_name: 'token-02', value: "{{ vault_token_02 }}" }
4849 - { file_name: 'token-03', value: "{{ vault_token_03 }}" }
Original file line number Diff line number Diff line change 11---
2- - name : Ensure Tag Deploy For Prod
3- tags : deploy
4- when : node_env=="production-delta" and not git_branch | match("^v([0-9]+)\.([0-9]+)\.([0-9]+)$")
5- fail : msg="only tag can be deployed on prod not {{ git_branch }}"
2+ # - name: Ensure Tag Deploy For Prod
3+ # tags: deploy
4+ # when: node_env=="production-delta" and not git_branch | match("^v([0-9]+)\.([0-9]+)\.([0-9]+)$")
5+ # fail: msg="only tag can be deployed on prod not {{ git_branch }}"
66
77- name : Display Git Repo Name
88 debug :
You can’t perform that action at this time.
0 commit comments