diff --git a/tasks/main.yml b/tasks/main.yml index fdf420c..27c3350 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,5 +1,6 @@ - name: Ensure packages are installed become: true + check_mode: no apt: name: - python3-pip