1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Spelling / Capitalizations

This commit is contained in:
A Holt 2017-11-08 02:02:22 -05:00 committed by GitHub
parent 4585445e80
commit 1533ad7ef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: