Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/books/learning_ansible/07-working-with-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Working With Filters
author: Antoine Le Morvan
contributors: Steven Spencer
update: 11-23-2021
---

# Ansible - Working with filters
Expand All @@ -13,8 +12,8 @@ In this chapter you will learn how to transform data with jinja filters.

**Objectives**: In this chapter you will learn how to:

:heavy_check_mark: Transform data structures as dictionnaries or lists;
:heavy_check_mark: Transform variables;
:heavy_check_mark: Transform data structures as dictionaries or lists;
:heavy_check_mark: Transform variables.

:checkered_flag: **ansible**, **jinja**, **filters**

Expand Down