Merge pull request #32 from kurokobo/runner

fix: change the way to get hostname in ee
This commit is contained in:
kurokobo 2022-02-06 13:51:00 +09:00 committed by GitHub
commit 31ccebaed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
changed_when: false changed_when: false
failed_when: false failed_when: false
loop: loop:
- hostname - cat /etc/hostname
- whoami - whoami
- pwd - pwd
- python3 -m pip list - python3 -m pip list