diff --git a/update.yml b/update.yml index 5970cb5..388ef66 100644 --- a/update.yml +++ b/update.yml @@ -9,8 +9,8 @@ - name: Set a fact with the user name. set_fact: login_user: "{{ whoami.stdout }}" - - name: Update Ubuntu - apt: - upgrade: true - update_cache: true - become: true + # - name: Update Ubuntu +# apt: +# upgrade: true +# update_cache: true +# become: true