Tomer Eliyahu
5a09db359d
setup-RedHat.yml - Remove podman-manpages for centos-8.1
...
On CentOS-8.1, docker installation conflicts with podman-manpages -
see https://github.com/containers/podman/issues/4791 .
Add a workaround which removes podman-manpages for CentOS 8.1.
Signed-off-by: Tomer Eliyahu <tomer.b.eliyahu@email.com>
2020-07-28 00:15:20 +03:00
Jeff Geerling
fa52c5f28b
Merge pull request #209 from severinkaelin/upgrade-docker-compose-to-1-26-0
...
Change default docker compose version to 1.26.0
2020-06-09 23:05:01 -04:00
severinkaelin
d48eddeb0c
Update README.md
2020-06-10 00:08:35 +02:00
severinkaelin
2317ef25ee
Change docker compose version to 1.26.0
2020-06-10 00:07:05 +02:00
Jeff Geerling
26297760a3
Ensure galaxy meta information is consistent on all my roles.
2020-05-26 09:43:35 -05:00
Jeff Geerling
ec3d7c7076
Fixes #196 : Add tests and support for Ubuntu 20.04 Focal Fossa.
2020-05-24 15:58:08 -05:00
Jeff Geerling
3877e370e4
Merge pull request #202 from deyjcode/master
...
Bump containerd version
2020-05-20 08:54:00 -05:00
Steve Jennings
8adb2f5b27
Bump containerd version
2020-05-19 23:26:37 -04:00
Jeff Geerling
c94e327a74
Allow rc 1 on centos7 when waiting for systemctl.
2020-04-03 13:01:43 -05:00
Jeff Geerling
546b11ff0b
Get rid of some fuzz from testing.
2020-04-03 12:27:59 -05:00
Jeff Geerling
65269460ed
Make test detection of systemctl status slightly less strict for CentOS 7.
2020-04-03 12:22:16 -05:00
Jeff Geerling
de20ffd533
Another attempt to get Fedora 31's dnf issues resolved in testing.
2020-04-03 12:01:47 -05:00
Jeff Geerling
7fd6cb9d17
Fix linter issues for tests.
2020-04-03 11:21:40 -05:00
Jeff Geerling
1dd9a7b91b
Attempt to fix intermittent test failures on Fedora 31.
2020-04-03 10:51:21 -05:00
Jeff Geerling
b62e22cf6e
Merge pull request #119 from froblesmartin/patch-1
...
Adding Fedora31 OS to be tested
2020-03-31 20:57:53 -05:00
Francisco Robles Martín
3ee602b081
Adding Fedora31 OS to be tested
2020-03-29 11:25:09 +02:00
Jeff Geerling
cd50bf980b
PR #131 follow-up: spacing issue in YAML.
2020-03-06 10:00:50 -06:00
Jeff Geerling
da99b2ab75
Merge pull request #131 from T-Systems-MMS/master
...
added option to set docker gpg key #130
2020-03-06 10:00:29 -06:00
Felix Herzog
ec84a4cde6
add description of usage for new variables docker_*_gpg_key
as requested in #131
2020-03-06 16:49:53 +01:00
Felix Herzog
5e2587e4e9
fix typo in ansible_distribution
2020-03-06 16:48:57 +01:00
Jeff Geerling
96928c8fe1
Bump docker-compose version to latest.
2020-03-06 09:47:14 -06:00
Felix Herzog
6f4fa78c90
add changes from #170 in origin
2020-03-06 12:04:27 +01:00
Felix Herzog
0e79e207db
fix merge conflicts
2020-03-06 11:50:35 +01:00
Jeff Geerling
f934d49473
Add probot/stale configuration to repository for stale issues.
2020-03-05 10:42:11 -06:00
Jeff Geerling
c8fff59674
Issue #188 : Ignore lint rules that cause painful sorrow.
2020-02-28 09:34:17 -06:00
Jeff Geerling
b6530bfb7d
Fixes #188 : Remove pipefail option from shell command on Debian.
2020-02-28 09:30:05 -06:00
Jeff Geerling
fce29b0842
Make sure molecule lint script has set -e option.
2020-02-24 09:42:52 -06:00
Jeff Geerling
a19ed56128
Fix issue relating to gnupg2 missing.
2020-02-20 16:50:26 -06:00
Jeff Geerling
ef27c01dd3
Update molecule configuration to work with 3.0.
2020-02-20 15:52:40 -06:00
Jeff Geerling
31752ec325
Update molecule configuration to work with 3.0.
2020-02-20 14:26:43 -06:00
Jeff Geerling
1af676c5ba
Update molecule configuration to work with 3.0.
2020-02-20 14:20:44 -06:00
Jeff Geerling
736ad7f351
Remove broken Fedora tests.
2019-12-16 12:06:53 -06:00
Jeff Geerling
000dc4a1fc
Test on Fedora 31.
2019-12-16 11:31:06 -06:00
Jeff Geerling
f5c4387966
Merge branch 'remove-shim'
2019-12-16 10:54:08 -06:00
Jeff Geerling
c59e9df561
Fixes #180 : Remove systemd 18.09.0 compatibility shim.
2019-12-16 10:34:30 -06:00
Jeff Geerling
0be83cb480
YAML syntax fix.
2019-12-11 10:20:09 -06:00
Jeff Geerling
d33b57d022
Create FUNDING.yml
2019-12-11 09:43:49 -06:00
Jeff Geerling
e64effa788
Issue #150 : Add buster to supported Debian versions [ci skip].
2019-12-11 09:30:23 -06:00
Jeff Geerling
cf1e7a73e7
Issue #150 : Add CI test for Debian 10, update Fedora 27 to 30.
2019-12-11 09:29:43 -06:00
Jeff Geerling
17a855d25e
Merge branch 'centos8'
2019-12-11 09:27:17 -06:00
Jeff Geerling
3cba7a9e6f
Fix int to string implicit conversion issue.
2019-12-11 09:27:09 -06:00
Jeff Geerling
368226babd
Attempt to manually install containerd on CentOS 8 for now.
2019-12-11 08:47:58 -06:00
Jeff Geerling
3f884a6edd
Issue #171 : Test for CentOS 8.
2019-12-11 08:38:14 -06:00
Jeff Geerling
38ebd92df4
Fixes #178 : Remove support and tests for Ubuntu 14.04 Trusty.
2019-12-11 08:36:02 -06:00
Felix Herzog
6e18f1ba3f
Merge remote-tracking branch 'upstream/master'
2019-10-28 14:43:54 +01:00
Jeff Geerling
416c0c9a06
Merge pull request #155 from SimonLammer/patch-2
...
Bump default docker_compose_version to 1.24.1
2019-08-23 12:38:55 -05:00
Jeff Geerling
f17b399521
PR #146 : Check list length instead of casting to bool.
2019-08-23 12:36:34 -05:00
Jeff Geerling
7f6b3e1dec
Merge pull request #146 from danbohea/master
...
Fixes deprecation warnings about evaluating bare variables
2019-08-23 12:35:19 -05:00
Simon Lammer
c70104b485
Bump default docker_compose_version to 1.24.1
2019-08-23 12:25:41 +02:00
Dan Bohea
fa759bdc03
Fixes deprecation warnings about evaluating bare variables
2019-06-06 13:40:30 +01:00