--- # Set deep sleep to default - name: Set deep sleep to default command: grubby --update-kernel=ALL --args="mem_sleep_default=deep" become: yes