From 5683228b26604111a90aa285e05843a17c5b9176 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 13 Nov 2023 00:09:45 -0500 Subject: [PATCH] add install of `hostname` --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3729cc0..6113e46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - lscpu - dnf update -y - 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 - mkdir /opt/test - git clone https://gitea.thezengarden.net/chris/drone-test-1.git /opt/test/drone-test-1