feat(ubuntu): finished up ubuntu desktop setup
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -3,12 +3,15 @@
|
||||
ansible.builtin.command: mv /etc/apt/apt.conf.d/20apt-esm-hook.conf /etc/apt/apt.conf.d/20apt-esm-hook.conf.bak
|
||||
args:
|
||||
removes: /etc/apt/apt.conf.d/20apt-esm-hook.conf
|
||||
become: true
|
||||
|
||||
- name: Create empty Ubuntu Pro banner configuration
|
||||
ansible.builtin.file:
|
||||
path: /etc/apt/apt.conf.d/20apt-esm-hook.conf
|
||||
state: touch
|
||||
become: true
|
||||
|
||||
- name: Update apt cache
|
||||
ansible.builtin.apt:
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user