Explicitly unset the ipaddress6 fact

Not sure when this behavior changed...
This commit is contained in:
Jan Vansteenkiste 2020-02-27 10:12:36 +01:00
parent abb9440a35
commit 6232cd0196
No known key found for this signature in database
GPG Key ID: 7F4AE8F1CC71B52B

View File

@ -6,6 +6,7 @@ describe 'ssh' do
:fqdn => 'monkey.example.com',
:hostname => 'monkey',
:ipaddress => '127.0.0.1',
:ipaddress6 => nil,
:lsbmajdistrelease => '6',
:operatingsystemrelease => '6.7',
:osfamily => 'RedHat',