mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
fix: change the way to get hostname in ee
This commit is contained in:
parent
d576d66b8a
commit
105dad852b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue