Skip to content

Commit

Permalink
Merge pull request #319 from cradle8810/309_chrome_install
Browse files Browse the repository at this point in the history
Move Installing Google-Chrome timing
  • Loading branch information
cradle8810 authored Oct 19, 2024
2 parents fb81fcb + 9c9f0fe commit cbafd94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
tags:
- system

- name: Apt add Google Chrome Repo
- name: Install Google Chrome Repo
ansible.builtin.import_tasks:
file: tasks/console/chrome_repo.yml
file: tasks/console/install_chrome.yml
tags:
- chrome

Expand Down
1 change: 0 additions & 1 deletion inventories/host_vars/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ apt:
- gimp
- git
- golang
- google-chrome-stable
- gpgv2
- gprename
- heif-thumbnailer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@
repo: deb http://dl.google.com/linux/chrome/deb/ stable main
state: present
filename: google-chrome

- name: Installing Google Chrome
ansible.builtin.apt:
install_recommends: false
update_cache: true
pkg:
- google-chrome-stable

0 comments on commit cbafd94

Please sign in to comment.