Skip to content

Commit

Permalink
Disable RawHide checking, Ansible issue 81199.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jul 10, 2023
1 parent 43f897e commit a6ae540
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
tag: "37"
- image: "fedora"
tag: "latest"
- image: "fedora"
tag: "rawhide"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
Expand Down
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ molecule:
tag: "37"
- image: "fedora"
tag: "latest"
- image: "fedora"
tag: "rawhide"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
Expand Down
11 changes: 4 additions & 7 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ _openssh_packages:

openssh_packages: "{{ _openssh_packages[ansible_os_family] | default(_openssh_packages['default']) }}"

_openssh_key_types:
default:
- rsa
- ecdsa
- ed25519

openssh_key_types: "{{ _openssh_key_types[ansible_distribution ~ '-' ~ ansible_distribution_major_version] | default(_openssh_key_types['default'] ) }}"
openssh_key_types:
- rsa
- ecdsa
- ed25519

openssh_run_directory: /run/sshd

Expand Down

0 comments on commit a6ae540

Please sign in to comment.