Skip to content

Commit 79f52f9

Browse files
committed
fix typo in resolv_conf metadata
1 parent 9049d30 commit 79f52f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/compute_init/files/compute-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
os_metadata: "{{ lookup('url', 'http://169.254.169.254/openstack/latest/meta_data.json') | from_json }}"
88
server_node_ip: "{{ os_metadata.meta.k3s_server }}"
99
enable_compute: "{{ os_metadata.meta.enable_compute | default(false) | bool }}"
10-
enable_resolv_conf: "{{ os_metadata.meta.enable_senable_resolv_conf | default(false) | bool }}"
10+
enable_resolv_conf: "{{ os_metadata.meta.enable_resolv_conf | default(false) | bool }}"
1111
enable_etc_hosts: "{{ os_metadata.meta.enable_etc_hosts | default(false) | bool }}"
1212

1313
# TODO: "= role defaults" - could be moved to a vars_file: on play with similar precedence effects

0 commit comments

Comments
 (0)