File tree Expand file tree Collapse file tree 4 files changed +2
-12
lines changed Expand file tree Collapse file tree 4 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 2727 } else {
2828 $callback = ' foreman'
2929 }
30- $manage_runner_repo = true
30+ $manage_runner_repo = false
3131 $runner_package_name = ' python3-ansible-runner'
3232 }
3333 default: {
Original file line number Diff line number Diff line change 1010) {
1111 if $manage_runner_repo {
1212 case $facts [' os' ][' family' ] {
13- ' Debian' : {
14- include apt
15- apt::source { 'ansible-runner' :
16- ensure => absent ,
17- }
18- }
1913 ' RedHat' : {
2014 yumrepo { 'ansible-runner' :
2115 descr => ' Ansible runner' ,
Original file line number Diff line number Diff line change 8181 {
8282 "operatingsystem" : " Debian" ,
8383 "operatingsystemrelease" : [
84- " 10" ,
8584 " 11"
8685 ]
8786 },
Original file line number Diff line number Diff line change 1111 it { should contain_foreman_proxy__plugin__module ( 'ansible' ) }
1212
1313 case os
14- when 'debian-10-x86_64'
15- it 'should cleanup old ansible-runner upstream repo' do
16- should contain_apt__source ( 'ansible-runner' ) . with_ensure ( 'absent' )
17- end
14+ when 'debian-11-x86_64'
1815 it { should contain_package ( 'python3-ansible-runner' ) . with_ensure ( 'installed' ) }
1916 when 'redhat-7-x86_64'
2017 it 'should include ansible-runner upstream repo' do
You can’t perform that action at this time.
0 commit comments