как только в конструкцию втыкаю attributes, то при раскатке ошибка - Using a string for the attributes parameter is not longer supported, please use a dict instead
как только в конструкцию втыкаю attributes, то при раскатке ошибка - Using a string for the attributes parameter is not longer supported, please use a dict instead
- name: Manage child element and set identity of application pool community.windows.win_iis_webapppool: name: IdentitiyAppPool state: started attributes: managedPipelineMode: Classic processModel.identityType: SpecificUser processModel.userName: '{{ansible_user}}' processModel.password: '{{ansible_password}}' processModel.loadUserProfile: true
- name: Creates an application pool, sets attributes and starts it community.windows.win_iis_webapppool: name: AnotherAppPool state: started attributes: managedRuntimeVersion: v4.0 autoStart: no