.github/workflows/setup-k3s-with-existed-vhost.yml: update
This commit is contained in:
parent
c723118256
commit
dcaf80e975
@ -335,7 +335,7 @@ jobs:
|
||||
ansible_host_key_checking=False
|
||||
datadog_token=$DATADOG_API_KEY
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_log_agent -D -C
|
||||
ansible-playbook -i hosts/inventory jobs/init_datadog_agent -D
|
||||
setup-bookinfo:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
@ -369,4 +369,4 @@ jobs:
|
||||
ansible_ssh_private_key_file=~/.ssh/id_rsa
|
||||
ansible_host_key_checking=False
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_bookinfo -D -C
|
||||
ansible-playbook -i hosts/inventory jobs/init_bookinfo -D
|
||||
|
||||
Loading…
Reference in New Issue
Block a user