basics.yml aktualisiert

This commit is contained in:
olli 2023-08-22 20:12:38 +02:00
parent cedbeb35b3
commit cf89c3124c

View File

@ -3,10 +3,9 @@
hosts: all
tasks:
- name: Print all available facts
ansible.builtin.debug:
var: ansible_facts
#- name: Print all available facts
# ansible.builtin.debug:
# var: ansible_facts
- name: check if we are in an container env by existing systemd
stat: