Skip to content

Commit

Permalink
Only on CentOS 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 24, 2019
1 parent a8adee1 commit d586188
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ env:
matrix:
- image="docker-centos-systemd" tag="7"
- image="docker-redhat-systemd" tag="7"
- image="docker-centos-systemd"
- image="docker-redhat-systemd"
- image="docker-fedora-systemd"
- image="docker-fedora-systemd" tag="rawhide"

matrix:
allow_failures:
- env: image="docker-fedora-systemd" tag="rawhide"

cache:
- pip
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ This role has been tested on these [container images](https://hub.docker.com/):
|---------|---|--------------|
|docker-centos-systemd|7|no|
|docker-redhat-systemd|7|no|
|docker-centos-systemd|latest|no|
|docker-redhat-systemd|latest|no|
|docker-fedora-systemd|latest|no|
|docker-fedora-systemd|rawhide|yes|

This role has been tested on these Ansible versions:

Expand Down
6 changes: 0 additions & 6 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ galaxy_info:
- name: EL
versions:
- 7
- 8
- name: Fedora
versions:
- all

galaxy_tags:
- scl
Expand All @@ -23,7 +19,5 @@ galaxy_info:
- packages
- alpine
- centos
- fedora
- rhel

dependencies: []
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: centos-release-scl
state: present
when:
- ansible_distribution in [ "CentOS", "RedHat" ]
- ansible_distribution == "CentOS"
register: scl_install_centos_release_scl
until: scl_install_centos_release_scl is succeeded
retries: 3

0 comments on commit d586188

Please sign in to comment.