Skip to content

Commit

Permalink
default_ssl is not activated by default
Browse files Browse the repository at this point in the history
This change corresponds to the expected test result
(see 'fgrep -A1 "step-05" test/expectations')
  • Loading branch information
7aitsev committed Feb 11, 2019
1 parent 0b03a4e commit eed7915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-05/README.md
Expand Up @@ -92,13 +92,13 @@ TASK: [Disable the default virtualhost] *********************
changed: [host1]

TASK: [Disable the default ssl virtualhost] *********************
changed: [host1]
ok: [host1]

NOTIFIED: [restart apache] *********************
changed: [host1]

PLAY RECAP *********************
host1 : ok=7 changed=5 unreachable=0 failed=0
host1 : ok=7 changed=4 unreachable=0 failed=0
```

Pretty cool! Well, thinking about it, we're getting ahead of ourselves here.
Expand Down

0 comments on commit eed7915

Please sign in to comment.