Skip to content

Commit

Permalink
Fix some minor spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
srynot4sale committed Nov 19, 2016
1 parent 66ee1a4 commit 38206b4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@
user: name=www-data
groups=icingaweb2

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

- name: Create Directory Owener and Group
- name: Create Directory Owner and Group
file: path=/etc/icingaweb2/modules/{{ item }} owner=www-data group=icingaweb2 mode=0755
state=directory
with_items:
- monitoring
- translation

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

0 comments on commit 38206b4

Please sign in to comment.