Git ignore update
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora41) (push) Successful in 9s
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora41) (push) Successful in 9s
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
roles/verified_reboot
|
roles/verified_reboot
|
||||||
|
collections/ansible_collections
|
||||||
|
7
collections/requirements.yml
Normal file
7
collections/requirements.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
collections:
|
||||||
|
# Galaxy Collections
|
||||||
|
- name: community.general
|
||||||
|
- name: ansible.posix
|
||||||
|
|
||||||
|
...
|
13
debug.yml
Normal file
13
debug.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
- name: Debug
|
||||||
|
hosts: localhost
|
||||||
|
connection: local
|
||||||
|
gather_facts: false
|
||||||
|
|
||||||
|
vars:
|
||||||
|
verified_reboot_reboot_time: 1
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: Debug shit
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "{{ (verified_reboot_reboot_time ~ 'm') | community.general.to_seconds }}"
|
Reference in New Issue
Block a user