Re: [atomic-devel] Submitted ansible module for managing Atomic Host

2016-06-01 Thread Micah Abbott
On 04/14/2016 05:00 PM, Dusty Mabe wrote: https://github.com/ansible/ansible-modules-extras/pull/1902 See link. I thought there might be some interested parties on this list :) This module is pretty close to being included as part of Ansible. I was able to do some light testing with Fedora

Re: [atomic-devel] PyGIWarning

2016-06-01 Thread Colin Walters
> > PyGIWarning: OSTree was imported without specifying a version first. Use > gi.require_version('OSTree', '1.0') > before import to ensure that the right version gets loaded. > > > and wondering if I should really add this? Is 1.0 the correct version? To suppress the warning it is currentl

[atomic-devel] PyGIWarning

2016-06-01 Thread Jeff Ortel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Atomic, Noticed this output using libostree with gobject: PyGIWarning: OSTree was imported without specifying a version first. Use gi.require_version('OSTree', '1.0') before import to ensure that the right version gets loaded. and wondering if