diff --git a/roles/common/molecule/default/prepare.yml b/roles/common/molecule/default/prepare.yml index dc7886f2a699dc55f301bb12853dbe16404b1b4d..1a0942c04ab0c820a564a05fb8f3a8489b2a6aea 100644 --- a/roles/common/molecule/default/prepare.yml +++ b/roles/common/molecule/default/prepare.yml @@ -28,5 +28,5 @@ become: true tasks: - - name: Rename the ss utility (see https://github.com/philpep/testinfra/pull/320) - command: "mv /bin/ss /bin/ss.bak" + - name: Rename the ss utility (see https://github.com/philpep/testinfra/pull/320) + command: "mv /bin/ss /bin/ss.bak" diff --git a/roles/ldap_server/molecule/default/prepare.yml b/roles/ldap_server/molecule/default/prepare.yml index 9f733d49f5f2769e874ce7ca66862f6b40380f0a..160d5995a73bd39ac3d83210a119e5fccb83e6f0 100644 --- a/roles/ldap_server/molecule/default/prepare.yml +++ b/roles/ldap_server/molecule/default/prepare.yml @@ -85,5 +85,5 @@ become: true tasks: - - name: Rename the ss utility (see https://github.com/philpep/testinfra/pull/320) - command: "mv /bin/ss /bin/ss.bak" + - name: Rename the ss utility (see https://github.com/philpep/testinfra/pull/320) + command: "mv /bin/ss /bin/ss.bak"