mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 11:40:22 -07:00
updated ansible-playbook to use display, fixed issues breaking display class
This commit is contained in:
parent
e6e69c0894
commit
af97e732a0
4 changed files with 25 additions and 34 deletions
|
@ -16,7 +16,7 @@
|
|||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
from __future__ import (absolute_import, division)
|
||||
__metaclass__ = type
|
||||
|
||||
import signal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue