Skip to content

Commit

Permalink
Stop installing centos-release-ansible-29 in CI
Browse files Browse the repository at this point in the history
This hasn't been needed since we can depend on ansible-core.
  • Loading branch information
ekohl authored and evgeni committed Jan 4, 2024
1 parent 69c038e commit e7ef196
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
ensure => installed,
}

# Needed for the Ansible plugin
if $facts['os']['name'] == 'CentOS' {
package { 'centos-release-ansible-29':
ensure => present,
}
}

# Create certificates
$certificate_group = 'foreman-proxy'
$directory = '/etc/foreman-proxy'
Expand Down

0 comments on commit e7ef196

Please sign in to comment.