Skip to content

Commit

Permalink
remove debian10 tasks because of end-of-life
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Oct 9, 2024
1 parent de94a6d commit e6ded5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
15 changes: 0 additions & 15 deletions tasks/debian10.yml

This file was deleted.

7 changes: 0 additions & 7 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
ansible.builtin.import_tasks: check_debian.yml
when: ansible_os_family | lower == 'debian'

- name: NFTables | Debian 10 Installation
ansible.builtin.import_tasks: debian10.yml
when:
- NFT_CONFIG.enable.deb11_backport | bool
- ansible_os_family | lower == 'debian'
- ansible_distribution_major_version == '10'

- name: NFTables | Installing
ansible.builtin.package:
name: ['nftables']
Expand Down

0 comments on commit e6ded5a

Please sign in to comment.