Advertisement
jfabernathy

debian-testing-1st

Jul 12th, 2022
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. jim@debian:~$ ansible --inventory=hosts.yml --module-name=setup --args="filter=ansible_lsb" localhost
  2. [WARNING]: Unable to parse /home/jim/hosts.yml as an inventory source
  3. [WARNING]: No inventory was parsed, only implicit localhost is available
  4. localhost | SUCCESS => {
  5. "ansible_facts": {
  6. "ansible_lsb": {
  7. "codename": "bookworm",
  8. "description": "Debian GNU/Linux bookworm/sid",
  9. "id": "Debian",
  10. "major_release": "testing",
  11. "release": "testing"
  12. }
  13. },
  14. "changed": false
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement