Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix(ansible): fix hostname in dietpi-txt-gen playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Jan 16, 2024
1 parent e64b83c commit 526eaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/dietpi-txt-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
ansible.builtin.lineinfile:
dest: "../dietpi_{{ item }}.txt"
regexp: '^AUTO_SETUP_NET_HOSTNAME'
line: 'AUTO_SETUP_NET_HOSTNAME= {{ item }}'
line: 'AUTO_SETUP_NET_HOSTNAME={{ item }}'
loop: "{{ groups['kubernetes'] }}"

- name: Enable static ip
Expand Down

0 comments on commit 526eaaa

Please sign in to comment.