Skip to content

Instantly share code, notes, and snippets.

View nicovell3's full-sized avatar

Nico MT nicovell3

  • Tarlogic Security
  • Spain
  • 14:15 (UTC +02:00)
View GitHub Profile
@nicovell3
nicovell3 / xfconf.py
Created September 29, 2018 21:06
Ansible xfconf module with array support
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2017, Joseph Benden <joe@benden.us>
#
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
__metaclass__ = type