mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Integration tests requirements (#26545)
* Removed pexpect and jmespath requirement, install it in task directly * Removed passlib dependency
This commit is contained in:
committed by
Matt Clay
parent
294c0f91c0
commit
0d48732e7e
@@ -15,6 +15,10 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
- name: Install test requirements
|
||||
pip:
|
||||
name: pexpect
|
||||
state: present
|
||||
|
||||
- name: record the test_command file
|
||||
set_fact: test_command_file={{output_dir | expanduser}}/test_command.py
|
||||
|
||||
Reference in New Issue
Block a user