move to debian

This commit is contained in:
Pim Kunis 2023-02-26 01:17:16 +01:00
parent 3b7eb0dd2c
commit 13fe28b5aa
16 changed files with 34 additions and 31 deletions

View file

@ -28,11 +28,11 @@
apt_key:
keyserver: keyserver.ubuntu.com
id: "798AEC654E5C15428C8E42EEAA16FCBCA621E701"
keyring: /etc/apt/keyrings/hashicorp.gpg
keyring: /etc/apt/trusted.gpg.d/hashicorp.gpg
- name: Install Hashicorp repository
become: true
apt_repository:
repo: "deb [signed-by=/etc/apt/keyrings/hashicorp.gpg] https://apt.releases.hashicorp.com {{ distribution_release }} main"
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/hashicorp.gpg] https://apt.releases.hashicorp.com {{ distribution_release }} main"
register: apt_repository
- name: Update APT cache
become: true
@ -60,8 +60,3 @@
enabled: true
scope: user
state: started
- name: Disable Mint Report
become: true
file:
path: /etc/xdg/autostart/mintreport.desktop
state: absent