- ansible.builtin.service_facts new issue #84607 for incorrect state ⭐ new ⭐
- AWX push notification card on Google Meet Spaces
- exa_facts module: Gathers facts from Oracle Exadata Machine
---
- name: Life Module
hosts: localhost
become: true
become_method: sudo
# global vars
vars:
name: 'Marco'
alias: 'Nocchia'
username: 'NomakCooper'
country: 'Italy'
role: 'Diagnostic Operator'
# pre setup
pre_tasks:
- name: setup filter
setup:
filter:
- 'number_coffees'
tasks:
- name: Check sleep
fail:
msg: sorry it's not time yet
when: number_coffees|int < 1