Skip to content

Commit 38206b4

Browse files
committed
Fix some minor spelling errors
1 parent 66ee1a4 commit 38206b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

icinga2-ansible-web2-ui/tasks/icinga2_web2_ui_Debian_install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@
8181
user: name=www-data
8282
groups=icingaweb2
8383

84-
- name: Adjust Directory Owener and Group
84+
- name: Adjust Directory Owner and Group
8585
file: path=/etc/icingaweb2/modules owner=www-data group=icingaweb2 mode=0755
8686
state=directory
8787
recurse=yes
8888

89-
- name: Create Directory Owener and Group
89+
- name: Create Directory Owner and Group
9090
file: path=/etc/icingaweb2/modules/{{ item }} owner=www-data group=icingaweb2 mode=0755
9191
state=directory
9292
with_items:
9393
- monitoring
9494
- translation
9595

9696
- name: Icinga Web2 Installation finished (Debian)
97-
debug: msg="Now generate a token with 'icingacli setup token create' and go at http://IP//icingaweb2/setup to continue the installation"
97+
debug: msg="Now generate a token with 'icingacli setup token create' and visit http://SERVERIP/icingaweb2/setup to continue the installation"
9898
tags: icinga2-ansible-web2-ui-install
9999

0 commit comments

Comments
 (0)