This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
v22.6.0
github-actions
released this
09 Jun 16:12
·
81 commits
to refs/heads/main
since this release
Major Changes
Minor Changes
- Improve grammar for docs (#289) @ssbarnea
- f/ansible-meta.json: Add support for namespace (#284) @apatard
- Add argument-spec schema (#261) @ssbarnea
- Compile tasks and playbooks subschemas (#260) @ssbarnea
- vars: check valid names (#246) @ssbarnea
Bugfixes
- Allow use of when with meta/main.yml (#306) @ssbarnea
- Recognize some with_ filters moved to community.general (#302) @ssbarnea
- Allow tags with import_playbooks (#305) @ssbarnea
- Added openwrt to meta schema (#299) @russoz
- Add missing write_list in ansible-lint schema (#297) @kpfleming
- Allow retries, poll and port to be templated integers (#290) @ssbarnea
- meta: Add Mageia platform (#283) @apatard
- meta: allow use of "become" and "when" properties to dependencies (#278) @nre-ableton
- Remove unused definitions from subschemas (#280) @ssbarnea
- meta: make galaxy_info section optional (#279) @ssbarnea
- argspec: support seealso, sub-options, and fix choices (#276) @felixfontein
- argspec: improve version_added, author and description (#275) @felixfontein
- Adopt standard use of $defs (#274) @ssbarnea
- Allow when to use complex conditionals (#273) @ssbarnea
- Allow throttle to use jinja2 (#272) @ssbarnea
- Allow args to accept full jinja2 templates (#271) @ssbarnea
- Allow run_once to use templated booleans (#270) @ssbarnea
- Allow check_mode and changed_when to use complex conditionals (#269) @ssbarnea
- Allow use of old import_playbook (#268) @ssbarnea
- Allow tasks files to be empty (null) (#267) @ssbarnea
- Allow failed_when to use lists (#264) @ssbarnea
- Allow environment to use jinja2 templating (#263) @ssbarnea
- Allow use of templated booleans for become (#262) @ssbarnea
- Improve inventory schema (#257) @ssbarnea
- meta: allow tags to use a single string (#256) @ssbarnea
- requirements: add messing types "dir" and "subdirs" (#250) @olivierlemasle
- vars: correct keyword detection regex (#251) @ssbarnea
- meta: allow empty files (#247) @ssbarnea
- meta: configure platforms to use string versions (#245) @ssbarnea
- meta: allow use of collections key (#244) @ssbarnea
- Corrects example of ansible-lint config files (#243) @ssbarnea
- Allow empty vars files (#242) @ssbarnea
- meta: require either src, name or role for each dependency entry (#241) @ssbarnea
- meta: make galaxy_tags optional (#240) @ssbarnea
- tags can be either string or list of strings (#236) @MarkusTeufelberger
- Improve become_method and document implicit and explicit templating (#190) @ssbarnea
- Allow ignore_errors to use jinja2 (#233) @ssbarnea