15:00:40 <bcoca> #startmeeting ansible core public irc meeting
15:00:40 <zodbot> Meeting started Thu Apr  1 15:00:40 2021 UTC.
15:00:40 <zodbot> This meeting is logged and archived in a public location.
15:00:40 <zodbot> The chair is bcoca. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:00:40 <zodbot> Useful Commands: #action #agreed #halp #info #idea #link #topic.
15:00:40 <zodbot> The meeting name has been set to 'ansible_core_public_irc_meeting'
15:00:46 <bcoca> #topic open floor
15:04:15 <Shrews> let's rename something
15:04:31 <bcoca> #topic let the bikeshed begin
15:04:48 <Shrews> lol
15:06:22 <bcoca> k, if no new business, closing this in 4m
15:07:43 <tadeboro> Did the stable-2.11 branching happen already?
15:08:49 <bcoca> * [new tag]               v2.11.0b4   -> v2.11.0b4
15:08:55 <bcoca> nope, still beta
15:09:01 <bcoca> branch will happen at rc
15:09:12 <Shrews> april 5
15:09:33 <Shrews> https://groups.google.com/g/ansible-devel/c/olHZuGBNtMk/m/f2PLOcFuBwAJ
15:09:41 <tadeboro> So ansible-core is still in devel. Got it
15:10:02 <bcoca> ansible-core is always in devel
15:10:50 <tadeboro> Until next you know what ;)
15:12:16 <tadeboro> Huh, does ansible really validate role arguments now? I though argspec is doc-only in 2.11.
15:12:41 <bcoca> no, it validates
15:12:56 <Shrews> 2.11 will validate role args if a spec exists in meta/main.yml
15:12:56 <bcoca> first PR was doc only, but there was followup that added the actual validation
15:13:36 <bcoca> it was 'doc only' for a good while in devel, but even before b1 you already had validation working
15:14:25 <Shrews> https://docs.ansible.com/ansible-core/devel/user_guide/playbooks_reuse_roles.html#role-argument-validation
15:14:33 <cyberpear> nice!
15:15:04 <tadeboro> O, nice. We did not argspec to our roles because it was not worth it just for the sake of documenting them (we already have vars documented), but if validation does happen, I might include those argspecs in the next release.
15:15:28 <bcoca> https://github.com/ansible/ansible/pull/69040 <= which i broke here, but not sure how ...
15:19:54 <bcoca> #endmeeting