Skip to content

Commit

Permalink
Update tests' README
Browse files Browse the repository at this point in the history
  • Loading branch information
WStechura committed Oct 30, 2024
1 parent a8b1516 commit 02c5496
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/oneagent/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Upon downloading the collection

```commandline
# Install dependencies
$ apt-get install -y python3-venv python3-pip
$ apt-get install -y python3-venv python3-pip sshpass
# Create virtual environment
$ python -m venv venv
Expand All @@ -23,6 +23,7 @@ $ source venv/bin/activate
$ pip install -r roles/oneagent/tests/requirements.txt
# Build and install the collection
$ mkdir -p roles/oneagent/files && wget https://ca.dynatrace.com/dt-root.cert.pem -P roles/oneagent/files
$ ansible-galaxy collection build . -vvv
$ sudo bash -c "source venv/bin/activate && ansible-galaxy collection install -vvv dynatrace-oneagent*"
Expand Down

0 comments on commit 02c5496

Please sign in to comment.