---
- 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
🏠
Working from home
Highlights
- Pro
Pinned Loading
-
-
-
ansible-collections/community.general
ansible-collections/community.general PublicAnsible Community General Collection
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.