Update Ubuntu version to Focal (20.04)

Change-Id: Ia8b2c374c8b94c142d831f284ea81aba5345e3cf
This commit is contained in:
Takashi Kajinami 2021-03-23 14:18:11 +09:00
parent 3dda3f6343
commit aa1b6bdae1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module OSDefaults
{ 'operatingsystem' => 'CentOS',
'operatingsystemrelease' => [ '8' ] },
{ 'operatingsystem' => 'Ubuntu',
'operatingsystemrelease' => [ '18.04' ] },
'operatingsystemrelease' => [ '20.04' ] },
{ 'operatingsystem' => 'Debian',
'operatingsystemrelease' => [ '8' ] }
]