Commit 40f1c091 authored by nanahira's avatar nanahira

fix

parent ad9da48e
Pipeline #466 passed with stage
in 4 minutes and 39 seconds
......@@ -8,7 +8,7 @@ before_script:
- apt update && apt -y install python3-pip tar wget openssh-client openssh-server
- ssh-keygen -q -t rsa -N '' -f ~/.ssh/id_rsa <<<y 2>&1 >/dev/null
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
- systemctl start openssh-server
- systemctl start sshd
- pip3 install -U pip
- pip install -U ansible
- ansible --version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment