add install of hostname
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-13 00:09:45 -05:00
parent c27b2ff35d
commit 5683228b26

View File

@ -11,7 +11,7 @@ steps:
- lscpu - lscpu
- dnf update -y - dnf update -y
- hostname - hostname
- dnf install -y python3-pip git - dnf install -y python3-pip git hostname
- pip3 install ansible-core==2.14.11 ansible-lint==6.13.1 - pip3 install ansible-core==2.14.11 ansible-lint==6.13.1
- mkdir /opt/test - mkdir /opt/test
- git clone https://gitea.thezengarden.net/chris/drone-test-1.git /opt/test/drone-test-1 - git clone https://gitea.thezengarden.net/chris/drone-test-1.git /opt/test/drone-test-1