You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible_heinlein/pre_post_tasks.yml

19 lines
281 B

---
- hosts: localhost
pre_tasks:
- name: Create a FACT
set_fact:
test_fact: test_fact
tags:
always
tasks:
- name: Print a msg
debug:
msg: This far
post_tasks:
- name: Get a FACT
setup:
filter: test_fact