feat!: disable facts injection for security purpose

This commit is contained in:
NaeiKinDus 2023-12-10 00:00:00 +00:00
parent b33a29d0d9
commit 0829d7807f
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
9 changed files with 36 additions and 34 deletions

View file

@ -5,4 +5,4 @@
name: docker
enabled: true
state: restarted
when: ansible_virtualization_type is not match("docker")
when: ansible_facts['virtualization_type'] is not match("docker")