Skip to content

Commit 3ad6e1e

Browse files
committed
Fix typo in playbook sheet
1 parent e94c21d commit 3ad6e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides/content/2_playbook_basics/2_playbook.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
apt: # Modul
6666
name: apache2 # Modul Parameter
6767
state: latest # Modul Parameter
68-
notify: restart httpd # Sende das Notify zum Handler
68+
notify: restart_httpd # Sende das Notify zum Handler
6969

7070
- name: Ensure latest index.html file is present
7171
copy:
7272
src: files/index.html
7373
dest: /var/www/html
7474

7575
handlers:
76-
- name: Restart httpd # Handler Name
76+
- name: restart_httpd # Handler Name
7777
service: # Modul
7878
name: apache2 # Modul Parameter
7979
state: restarted # Modul Parameter

0 commit comments

Comments
 (0)