mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Spelling / Capitalizations
This commit is contained in:
parent
4585445e80
commit
1533ad7ef6
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
- name: Creat filesytem layout
|
||||
- name: Create filesytem layout
|
||||
include_tasks: roles/2-common/tasks/fl.yml
|
||||
when: first_run
|
||||
|
||||
- name: turn the crank for systemd
|
||||
- name: Turn the crank for systemd
|
||||
shell: hostnamectl set-hostname "{{ iiab_hostname }}.{{ iiab_domain }}"
|
||||
when: is_debuntu
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
- network
|
||||
- domain
|
||||
|
||||
- name: Configuring squid
|
||||
- name: Configuring Squid
|
||||
include_tasks: roles/network/tasks/squid.yml
|
||||
when: squid_install
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue