Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 committed Mar 4, 2024
1 parent 88c1ab3 commit 67f655d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge/roles/edge_install/tasks/setup_host_networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

- name: Update DNS config
ansible.builtin.set_fact:
relocatable_network_config: "{{ relocatable_network_config | combine({'dns-resolver':{'config':{'server':dns_servers}}}, recursive=true) }}"
relocatable_network_config: "{{ relocatable_network_config | combine({'dns-resolver': {'config': {'server': dns_servers}}}, recursive=true) }}"

- name: Create NMStateConfig
kubernetes.core.k8s:
Expand Down

0 comments on commit 67f655d

Please sign in to comment.