Dennis B
Dennis B
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME bigip_device_info ##### ANSIBLE VERSION ``` ansible 2.9.9 config file = None configured module search path = ['/home/user/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module...
# Description Can't bootstrap a node when ChefDK is installed on a drive other than C:. The ChefDK installer should prevent installation to drives other than C:. Per notes in...
Sample config: ```powershell Configuration TestAppPackagePerms { Import-DscResource -ModuleName "cNtfsAccessControl" Import-DscResource -ModuleName "PSDesiredStateConfiguration" File CreateTestFolder { Type = "Directory" DestinationPath = "C:\Program Files\Test" Ensure = "Present" } cNtfsPermissionsInheritance DisableInheritOnProgramFilesTest { Path...