master
alecsandruchirosca 9 months ago
parent ffb9ec6838
commit 4c8184b385
  1. 10
      update.yml

@ -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

Loading…
Cancel
Save