mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
This commit is contained in:
parent
8e60ad986a
commit
ce5f3dd148
15 changed files with 174 additions and 246 deletions
|
@ -18,7 +18,6 @@
|
|||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
|
||||
import yum
|
||||
import datetime
|
||||
import traceback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue