Change power plan to high performance

This commit is contained in:
L3D 2022-01-02 16:33:29 +01:00
parent cc2c716f9e
commit b7067f073d
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 8 additions and 0 deletions

View file

@ -11,3 +11,4 @@ Ansible role to deploy a obs setup on windows
+ Create User OBS
+ install OBS, VLC and MPV
+ optionally configure autologon *(see ``win_obs_init__autologon_*`` variables)*
+ change Power Plan to 'High Performance'

View file

@ -8,3 +8,6 @@
- name: optionally autologon to obs user
ansible.builtin.include_tasks: autologon.yml
when: win_obs_init__autologon | bool
- name: change the power plan to high performance
ansible.builtin.include_tasks: powerplan.yml

4
tasks/powerplan.yml Normal file
View file

@ -0,0 +1,4 @@
---
- name: change the power plan to high performance
community.windows.win_power_plan:
guid: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c