no update

This commit is contained in:
alecsandruchirosca
2024-05-02 21:47:21 +03:00
parent ffb9ec6838
commit 4c8184b385

View File

@@ -9,8 +9,8 @@
- name: Set a fact with the user name. - name: Set a fact with the user name.
set_fact: set_fact:
login_user: "{{ whoami.stdout }}" login_user: "{{ whoami.stdout }}"
- name: Update Ubuntu # - name: Update Ubuntu
apt: # apt:
upgrade: true # upgrade: true
update_cache: true # update_cache: true
become: true # become: true