mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -50,12 +50,12 @@
|
||||
|
||||
- name: Setup vault token
|
||||
ansible.builtin.lineinfile:
|
||||
path: /
|
||||
path: /home/jd/.bashrc
|
||||
regexp: "^export VAULT_TOKEN=*"
|
||||
line: "export VAULT_TOKEN={{ vault_token }}"
|
||||
|
||||
- name: Setup vault address
|
||||
ansible.builtin.lineinfile:
|
||||
path: /
|
||||
path: /home/jd/.bashrc
|
||||
regexp: "^export VAULT_ADDR=*"
|
||||
line: "export VAULT_ADDR={{ vault_addr }}"
|
||||
line: "export VAULT_ADDR1={{ vault_addr }}"
|
||||
|
||||
Reference in New Issue
Block a user