copr: no need to cleanup after, VM is going to be terminated anyway
This commit is contained in:
parent
7f6b8f82e8
commit
fe24e758dd
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '75g'
|
||||||
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
|
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
|
||||||
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
||||||
|
|
||||||
|
config_opts['cleanup_on_success'] = 0
|
||||||
|
config_opts['cleanup_on_failure'] = 0
|
||||||
|
|
||||||
{% if ansible_distribution == 'Fedora' and ansible_distribution_major_version|int > 21 %}
|
{% if ansible_distribution == 'Fedora' and ansible_distribution_major_version|int > 21 %}
|
||||||
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
|
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue