diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 883c231..7f8bcc9 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -3,6 +3,7 @@ ### tags: ### users ### install +### upgrade ### config ### update_etc_hosts ### root_authorized_keys @@ -154,6 +155,7 @@ state: latest tags: - install + - upgrade when: ansible_distribution == "Ubuntu" - name: "Ensure docker configuration directory exists" diff --git a/setup.yml b/setup.yml index 51181c5..63bc11e 100644 --- a/setup.yml +++ b/setup.yml @@ -26,6 +26,7 @@ tags: - common - install + - upgrade - name: Remove outdated dependencies apt: