mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
apt upgrade support
This commit is contained in:
parent
ad7807fce4
commit
5289fa72b6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/python -tt
|
#!/usr/bin/python -tt
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
# (c) 2012, Flowroute LLC
|
# (c) 2012, Flowroute LLC
|
||||||
# Written by Matthew Williams <matthew@flowroute.com>
|
# Written by Matthew Williams <matthew@flowroute.com>
|
||||||
# Based on yum module written by Seth Vidal <skvidal at fedoraproject.org>
|
# Based on yum module written by Seth Vidal <skvidal at fedoraproject.org>
|
||||||
|
|
Loading…
Reference in a new issue