diff --git a/roles/python/tasks/Debian.yaml b/roles/python/tasks/Debian.yaml index 97c9c87..625de2c 100644 --- a/roles/python/tasks/Debian.yaml +++ b/roles/python/tasks/Debian.yaml @@ -8,3 +8,4 @@ - python3-pip - python3-venv - python3-virtualenv + state: latest diff --git a/roles/python/tasks/RedHat.yaml b/roles/python/tasks/RedHat.yaml index 4c13518..8dcc82b 100644 --- a/roles/python/tasks/RedHat.yaml +++ b/roles/python/tasks/RedHat.yaml @@ -6,3 +6,4 @@ - python3 - python3-pip - python3-virtualenv + state: latest