7352457e7b
* Add DarwinStrategy class and integration tests macOS has three seprate hostname params that need to be set. One of those params, LocalHostName, has more stringent requirements than the other two, which accept special characters and spaces. Create a method to scrub the hostname to ensure it works well with the system requirements. * Update documentation * Account for virtualization type returned on Azure Pipelines * Do not be dependent on order of self.name_types Use the scrubbed name when the name type is LocalHostName
2 lines
91 B
YAML
2 lines
91 B
YAML
bugfixes:
|
|
- hostname - add macOS support (https://github.com/ansible/ansible/pull/54439)
|