[ansible-devel] New Ansible releases 2.9.7, 2.8.11, and 2.7.17

2020-04-16 Thread Matt Clay
//github.com/ansible/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't. Thanks! -Matt Clay -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe

[ansible-devel] New Ansible releases 2.9.7, 2.8.11, and 2.7.17 [Revised]

2020-04-17 Thread Matt Clay
sion: https://github.com/ansible/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't. Thanks! -Matt Clay -- You received this message because you are subscribed to the Google Groups "Ansible Development" group.

[ansible-devel] New Ansible releases 2.9.8, 2.8.12, and 2.7.18

2020-05-12 Thread Matt Clay
ur working playbooks break when you upgrade to 2.9.8, please use the following link to report the regression: https://github.com/ansible/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't. Thanks! -Matt Clay -- You rece

[ansible-devel] New Ansible release 2.9.9

2020-05-12 Thread Matt Clay
//github.com/ansible/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't. Thanks! -Matt Clay -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe

[ansible-devel] New release candidate: ansible-core 2.15.0rc2

2023-05-01 Thread Matt Clay
Hi all- we're happy to announce the following release candidate: ansible-core 2.15.0rc2 How to get it - $ python3 -m pip install --user ansible-core==2.15.0rc2 The release artifacts can be found here: # Built Distribution: 2235162 bytes # SHA256: ff75e7c31d491235e25c6fb54d0c55ec13

[ansible-devel] New release: ansible-core 2.15.2

2023-07-17 Thread Matt Clay
Hi all- we're happy to announce the general release of: ansible-core 2.15.2 How to get it - $ python3 -m pip install --user ansible-core==2.15.2 The release artifacts can be found here: # Built Distribution: 2237236 bytes # SHA256: 07a8f0476904876aaaf51401c617519cdd9cfb6e1e3ac4659

[ansible-devel] New release: ansible-core 2.14.8

2023-07-17 Thread Matt Clay
Hi all- we're happy to announce the general release of: ansible-core 2.14.8 How to get it - $ python3 -m pip install --user ansible-core==2.14.8 The release artifacts can be found here: # Built Distribution: 2208032 bytes # SHA256: 7830a988112ca148390bfb7db25193f51a95ef6f8b9e0e54e

[ansible-devel] New release: ansible-core 2.13.11

2023-07-17 Thread Matt Clay
Hi all- we're happy to announce the general release of: ansible-core 2.13.11 How to get it - $ python3 -m pip install --user ansible-core==2.13.11 The release artifacts can be found here: # Built Distribution: 2108365 bytes # SHA256: 0cabe60d0594fb002b6034d118a6e475bb90e47c4a07395

[ansible-devel] New release: ansible-core 2.15.3

2023-08-14 Thread Matt Clay
Hi all- we're happy to announce the general release of: ansible-core 2.15.3 How to get it - $ python3 -m pip install --user ansible-core==2.15.3 The release artifacts can be found here: # Built Distribution: 2244199 bytes # SHA256: bc2f5ab74e1c81609aaa9bc8f7f92d939d8e1c84792329030

[ansible-devel] New release: ansible-core 2.14.9

2023-08-14 Thread Matt Clay
Hi all- we're happy to announce the general release of: ansible-core 2.14.9 How to get it - $ python3 -m pip install --user ansible-core==2.14.9 The release artifacts can be found here: # Built Distribution: 2214207 bytes # SHA256: 5e0988c40aff775c086b3557d3a28c91326c02ecab70229ac

[ansible-devel] Re: integration test tips

2016-08-17 Thread Matt Clay
Casey, That error was a timeout when the CI server attempted to provision an EC2 instance to test FreeBSD. The build from a later commit succeeded. - Matt Clay On Tuesday, August 16, 2016 at 5:36:20 PM UTC-7, Casey Lucas wrote: > > > I'm working on a PR that removes some time.sl

[ansible-devel] Re: QUESTION: Recommended way to run unit tests in Travis

2016-09-08 Thread Matt Clay
o .travis.yml. If you add your unit tests to the existing ones, you shouldn't need to make any other changes. - Matt Clay On Thursday, September 8, 2016 at 11:38:28 AM UTC-7, m...@maglana.com wrote: > > Our team is in the process of submitting a module with unit tests to > https

[ansible-devel] Re: Blocked by shippable

2017-01-03 Thread Matt Clay
Adrian, The dnf tests on fedora-rawhide started failing last week while the core team was taking time off for the holidays. I'm working on a fix right now. - Matt On Monday, January 2, 2017 at 3:18:51 AM UTC-8, Adrian Freihofer wrote: > > Hi, > > I tried to place a pull request. Now I'm stucke

[ansible-devel] Re: Blocked by shippable

2017-01-03 Thread Matt Clay
Adrian, Tests on Shippable are working again. I restarted the tests for your PR and they passed. - Matt On Tuesday, January 3, 2017 at 10:34:04 AM UTC-8, Matt Clay wrote: > > Adrian, > > The dnf tests on fedora-rawhide started failing last week while the core > team was taki

[ansible-devel] Re: tests: Run integration tests on PRs for CloudStack

2017-02-09 Thread Matt Clay
René, I'm actually quite interested in what you learned about setting up the simulator in docker. A 2 GB image is no problem for our CI system. A startup time of 5 - 10 minutes is completely workable as well. - Matt On Sunday, January 22, 2017 at 2:31:39 PM UTC-8, René Moser wrote: > > Hi >

[ansible-devel] Re: Error: Failure trying to run: chroot /var/cache/pbuilder/build/24081/. mount -t proc proc /proc

2017-02-27 Thread Matt Clay
Dave, Make sure you're running the command as root to permit use of chroot. - Matt On Monday, February 27, 2017 at 8:06:57 PM UTC-8, Dave Kasberg wrote: > > When doing a 'make deb', more specifically 'make DEB_DIST=trusty deb' I > get the error shown in the subject line. Does anyone know wha

[ansible-devel] Re: Is packaging module a part of Core?

2017-03-30 Thread Matt Clay
Starting with stable-2.3, modules have been moved from lib/ansible/modules/core/ and lib/ansible/modules/extras/ to just lib/ansible/modules/. On Thursday, March 30, 2017 at 4:50:34 PM UTC-7, Wang Hao wrote: > > I saw there are two different files with the same name > under lib/ansible/modules/

[ansible-devel] Ansible 2.6 Release Schedule and Freeze Dates

2018-05-03 Thread Matt Clay
ine and Non-Community Modules) 2018-05-25 Community Freeze (Community Modules) 2018-05-31 Branch stable-2.6 2018-06-28 Final Release Please be aware of the freeze dates if you have contributions you wish to see in the Ansible 2.6 release. -- Matt Clay Ansible Core Engineering 2.6 Release Manager @

[ansible-devel] Ansible 2.6.3 is available

2018-08-16 Thread Matt Clay
re to mention you're using 2.6.3. Thanks! Matt Clay (@mattclay) Ansible Core Engineering / 2.6 Release Manager -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from

[ansible-devel] Ansible 2.6.4 is available

2018-09-06 Thread Matt Clay
re to mention you're using 2.6.4. Thanks! Matt Clay (@mattclay) Ansible Core Engineering / 2.6 Release Manager -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from

[ansible-devel] Ansible 2.6.5 is available

2018-09-28 Thread Matt Clay
re to mention you're using 2.6.5. Thanks! Matt Clay (@mattclay) Ansible Core Engineering / 2.6 Release Manager -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from

[ansible-devel] Ansible 2.6.6 is available

2018-10-19 Thread Matt Clay
re to mention you're using 2.6.6. Thanks! Matt Clay (@mattclay) Ansible Core Engineering / 2.6 Release Manager -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from

[ansible-devel] Ansible 2.6.8 is available

2018-11-15 Thread Matt Clay
re to mention you're using 2.6.8. Thanks! Matt Clay (@mattclay) Ansible Core Engineering / 2.6 Release Manager -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from

[ansible-devel] Upstream Ansible 2.8.0rc3 released

2019-05-10 Thread Matt Clay
0rc3, please use the following link to report the regression: https://github.com/ansible/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't. Thanks! - Matt Clay -- You received this message because you are subscribed to th

[ansible-devel] New Ansible release 2.9.5

2020-02-13 Thread Matt Clay
e/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't. Thanks! -Matt Clay -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and sto

[ansible-devel] New Ansible releases 2.9.6 and 2.8.9

2020-03-05 Thread Matt Clay
.com/ansible/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't. Thanks! -Matt Clay -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this grou

[ansible-devel] New Ansible release 2.8.10

2020-03-05 Thread Matt Clay
g link to report the regression: https://github.com/ansible/ansible/issues/new/choose In your issue, be sure to mention the Ansible version that works and the one that doesn't. Thanks! -Matt Clay -- You received this message because you are subscribed to the Google Groups "Ansible Developme