diff --git a/localhost.yml b/localhost.yml index 6a73d9e..d164ce2 100644 --- a/localhost.yml +++ b/localhost.yml @@ -4,6 +4,7 @@ - prepare - ubuntu - ubuntu-java + - ubuntu-firefox - signal - dotfiles - jetbrains @@ -16,7 +17,6 @@ - desktop - backup - ego - - firefox - gaming # - flutter diff --git a/roles/firefox/files/etc/apt/apt.conf.d/51unattended-upgrades-firefox b/roles/ubuntu-firefox/files/etc/apt/apt.conf.d/51unattended-upgrades-firefox similarity index 100% rename from roles/firefox/files/etc/apt/apt.conf.d/51unattended-upgrades-firefox rename to roles/ubuntu-firefox/files/etc/apt/apt.conf.d/51unattended-upgrades-firefox diff --git a/roles/firefox/files/etc/apt/preferences.d/mozillateamppa b/roles/ubuntu-firefox/files/etc/apt/preferences.d/mozillateamppa similarity index 100% rename from roles/firefox/files/etc/apt/preferences.d/mozillateamppa rename to roles/ubuntu-firefox/files/etc/apt/preferences.d/mozillateamppa diff --git a/roles/firefox/tasks/main.yml b/roles/ubuntu-firefox/tasks/main.yml similarity index 100% rename from roles/firefox/tasks/main.yml rename to roles/ubuntu-firefox/tasks/main.yml diff --git a/roles/firefox/tasks/ppa.yml b/roles/ubuntu-firefox/tasks/ppa.yml similarity index 100% rename from roles/firefox/tasks/ppa.yml rename to roles/ubuntu-firefox/tasks/ppa.yml diff --git a/roles/firefox/tasks/update-alternatives.yml b/roles/ubuntu-firefox/tasks/update-alternatives.yml similarity index 100% rename from roles/firefox/tasks/update-alternatives.yml rename to roles/ubuntu-firefox/tasks/update-alternatives.yml