changed naming of load-balancer task

This commit is contained in:
Radar231 2021-10-19 14:30:59 -04:00
parent b131dfa30d
commit 6ede1932d1
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@
namespace: k8stv
src: "{{ devpath }}/k8s_transmission-openvpn/transmission_deployment.yml"
- name: Create the svclb object
- name: Create the load-balancer object
community.kubernetes.k8s:
state: present
namespace: k8stv
src: "{{ devpath }}/k8s_transmission-openvpn/transmission_svclb.yml"
src: "{{ devpath }}/k8s_transmission-openvpn/transmission_lb.yml"
# EOF