Skip to content

Commit a2378db

Browse files
authored
Merge pull request #3 from STEAMULO/rename_fqdn
[SI-1094][FIX] Rename fqdn task to hostname
2 parents cf988de + a35768e commit a2378db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tasks/fqdn.yml renamed to tasks/hostname.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- "::1"
1919
when: basic_fully_qualified_domain_name is defined and basic_fully_qualified_domain_name
2020

21-
- name: Put hostname and fqdn in /etc/hosts (no fqdn)
21+
- name: Put hostname /etc/hosts (no fqdn)
2222
lineinfile:
2323
dest: /etc/hosts
2424
regexp: '^{{ item | regex_escape() }}'

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
- include: bash.yml
3737
tags: basic_bash
3838

39-
- include: fqdn.yml
40-
tags: basic_fqdn
39+
- include: hostname.yml
40+
tags: basic_hostname
4141

4242
- include: mail.yml
4343
tags: basic_mail

0 commit comments

Comments
 (0)