Remove extra debug code.

This commit is contained in:
Jeff Geerling 2019-12-03 13:17:23 -06:00
parent 00463aa248
commit df9cbbefbc
1 changed files with 0 additions and 5 deletions

View File

@ -26,8 +26,3 @@
warn: false
register: dnf_module_enable
changed_when: "'Nothing to do' not in dnf_module_enable.stdout"
- debug: var=dnf_module_enable
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version | int >= 8