diff --git a/roles/wsgi_website/molecule/default/prepare.yml b/roles/wsgi_website/molecule/default/prepare.yml index e5de092b6fb1b6d2d84afdcd4d6569499bd1a2b2..e7fe3b66d82510bc9db713ad4c5bc9354f494c1b 100644 --- a/roles/wsgi_website/molecule/default/prepare.yml +++ b/roles/wsgi_website/molecule/default/prepare.yml @@ -53,11 +53,6 @@ update_cache: true changed_when: false - - name: Remove the ss utility (see https://github.com/philpep/testinfra/pull/320) - ansible.builtin.file: - path: "/bin/ss" - state: absent - - name: Prepare, test fixtures hosts: wsgi-website become: true