diff options
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/configure.yml b/configure.yml index 65ec4bd1..4592d1ed 100644 --- a/configure.yml +++ b/configure.yml @@ -44,7 +44,6 @@ - role: "chromium" - role: "obsidian" - role: "microsoft-teams" - - role: "steam" - role: "hyprland" post_tasks: - name: "Reboot if required" @@ -61,6 +60,23 @@ - archlinux.local roles: - role: "nvidia_gtx1060" + - role: "steam" + post_tasks: + - name: "Reboot if required" + become: true + ansible.builtin.command: "shutdown -r now" + async: 1 + poll: 0 + changed_when: true + when: reboot_required | default(false) + +- name: "Mac nvidia configure" + gather_facts: true + hosts: + - mac.local + roles: + - role: "nvidia_gt750m" + - role: "steam" post_tasks: - name: "Reboot if required" become: true |
