mirror of https://github.com/ansible/ansible.git
Updates to Integration tests to pass against Alpine (#70946)
* Start of alpine testing * More updates * Add forgotten file * remove debug * Add alpine3 * equal * group 4 * group 4 * group 5 * Try to decrease test length * libuser only available in testing * Remove debug * Make loops target work on hosts without gnu date * Enable alpine testing * ci_complete * Don't specify uid for creating test user * ci_complete * Re-sort docker completion * use newer container image * ci_complete * fix indentation Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Matt Clay <matt@mystile.com>pull/71164/head
parent
56748a8060
commit
7c60dadb9a
@ -0,0 +1 @@
|
|||||||
|
faketime_pkg: libfaketime
|
@ -0,0 +1,3 @@
|
|||||||
|
- name: Install Paramiko for Python 3 on Alpine
|
||||||
|
pip: # no apk package manager in core, just use pip
|
||||||
|
name: paramiko
|
@ -0,0 +1,4 @@
|
|||||||
|
- name: Uninstall Paramiko for Python 3 on Alpine
|
||||||
|
pip:
|
||||||
|
name: paramiko
|
||||||
|
state: absent
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
subversion_packages:
|
||||||
|
- subversion
|
||||||
|
- mod_dav_svn
|
||||||
|
- apache2-webdav
|
||||||
|
apache_user: apache
|
||||||
|
apache_group: apache
|
Loading…
Reference in New Issue