Skip to content

Commit

Permalink
remove ubuntu support
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Mar 11, 2024
1 parent 5ab8a08 commit f94b974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chrony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
matrix:
molecule_distro:
- {distro: centos-8, command: /usr/sbin/init}
- {distro: ubuntu-18.04, command: /lib/systemd/systemd}
- {distro: ubuntu-20.04, command: /lib/systemd/systemd}
- {distro: debian-10, command: /lib/systemd/systemd}
# - {distro: ubuntu-18.04, command: /lib/systemd/systemd}
# - {distro: ubuntu-20.04, command: /lib/systemd/systemd}
# - {distro: debian-10, command: /lib/systemd/systemd}
collection_role:
- chrony
steps:
Expand Down

0 comments on commit f94b974

Please sign in to comment.