Skip to content

Commit c01b172

Browse files
committed
Merge pull request docker-library#22 from Gomez/master
timezone syntax fix
2 parents 6232cfd + 1f69460 commit c01b172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configuration. This will make you more comfortable with the results.
4242
For the very first try, you can put this into
4343
``ansible/inventory/host_vars/server1.yml``::
4444

45-
ntp_timezone: ['Europe', 'Paris']
45+
ntp_timezone: 'Europe/Paris'
4646
ssh_host_allow: [ '192.168.178.0/24' ]
4747
postfix_relayhost: 'mail.intern.example.com'
4848
postfix_default_local_alias_recipients: ['[email protected]']

0 commit comments

Comments
 (0)