Skip to content

Commit

Permalink
#7[Arm64] Playbook -> Flatpack change vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobeep committed Jul 19, 2024
1 parent 8ed10aa commit 47828a5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions playbooks/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@
# - debug:
# var: hostvars[inventory_hostname]
roles:
- { role: pkg_mgmt/flatpak, when: ansible_architecture == "x86_64" }
- { role: desktop/apps/google_chrome, when: ansible_architecture == "x86_64" }
- { role: desktop/apps/keeweb, when: ansible_architecture == "x86_64" }
- { role: apps/vagrant, when: ansible_architecture == "x86_64" }
- role: pkg_mgmt/flatpak
when: ansible_architecture == "x86_64"
import_vars: ./group_vars/x86_64.yml
- role: desktop/apps/google_chrome
when: ansible_architecture == "x86_64"
- role: desktop/apps/keeweb
when: ansible_architecture == "x86_64"
- role: apps/vagrant
when: ansible_architecture == "x86_64"
- pkg_mgmt/dnf
- apps/docker
- apps/qemu
Expand Down

0 comments on commit 47828a5

Please sign in to comment.