basics.yml aktualisiert
This commit is contained in:
parent
f2d03210f5
commit
5da8f1a9c8
@ -2,9 +2,11 @@
|
|||||||
- name: Basic Debian Linux Setup
|
- name: Basic Debian Linux Setup
|
||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
#- name: Print all available facts
|
|
||||||
# ansible.builtin.debug:
|
- name: Print all available facts
|
||||||
# var: ansible_facts
|
ansible.builtin.debug:
|
||||||
|
var: ansible_facts
|
||||||
|
|
||||||
|
|
||||||
- name: check if we are in an container env by existing systemd
|
- name: check if we are in an container env by existing systemd
|
||||||
stat:
|
stat:
|
||||||
|
Loading…
Reference in New Issue
Block a user