removed pyvenv

This commit is contained in:
2023-02-09 11:39:55 +01:00
parent 75c785e6ba
commit c0712cd669
34 changed files with 0 additions and 1323 deletions

View File

@@ -1,11 +0,0 @@
---
- hosts: 192.168.178.200
tasks:
- name: "Read passwd file"
register: passwdcontent
command: "cat /opt/passwd"
#changed_when: False
- debug:
msg: "{{passwdcontent.stdout}}"