NK
Size: a a a
NK
NK
- name: Check user
getent:
database: passwd
key: "{{ username }}"
register: user_result
ignore_errors: yes
- name: Check user2
shell: echo 1
failed_when: user_result|success
- debug:
var: getenta
- debug:
var: user
AK
NK
cc
NK
sudo rm /var/lib/apt/lists/lock
sudo apt --configure -a
cc
sudo rm /var/lib/apt/lists/lock
sudo apt --configure -a
NK
NK
sudo rm -rf /var/lib/apt/lists/* solve the issues momentarily for me too.
AK
- name: hack to resolve Problem with MergeList Issue
shell: 'find /var/lib/apt/lists -maxdepth 1 -type f -exec rm -v {} \;'
cc
- name: hack to resolve Problem with MergeList Issue
shell: 'find /var/lib/apt/lists -maxdepth 1 -type f -exec rm -v {} \;'
AK
AK
- name: update
apt:
upgrade: dist
update_cache: yes
cc
cc
AK
NK
NK
M
M