Advertisement
Guest User

Untitled

a guest
Jun 1st, 2022
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. /repos/ansible_role_devstack on  add-ubuntu-multinode [?] via 🐍 v3.8.13 (.venv)
  2. [14:50:37]➜ ansible localhost -m raw -a 'executable=/home/sean/.nix-profile/bin/fish echo shell: $SHELL; echo \$0: $0'
  3. [WARNING]: No inventory was parsed, only implicit localhost is available
  4. localhost | CHANGED | rc=0 >>
  5. shell: /run/current-system/sw/bin/bash
  6. $0:
  7.  
  8. ~/repos/ansible_role_devstack on  add-ubuntu-multinode [?] via 🐍 v3.8.13 (.venv)
  9. [14:51:01]➜ fish
  10. Welcome to fish, the friendly interactive shell
  11. Type help for instructions on how to use fish
  12. ~/repos/ansible_role_devstack on  add-ubuntu-multinode [?] via 🐍 v3.8.13 (.venv)
  13. [14:51:16]➜ ansible localhost -m raw -a 'executable=/home/sean/.nix-profile/bin/fish echo shell: $SHELL; echo \$0: $0'
  14. [WARNING]: No inventory was parsed, only implicit localhost is available
  15. localhost | CHANGED | rc=0 >>
  16. shell: /run/current-system/sw/bin/bash
  17. $0:
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement