File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 27
27
path : ./pr_num/pr_num.txt
28
28
- name : Set pr link
29
29
id : pr_link_generator
30
- run : echo "LINK=https://github.com/${{ github.repository }}/pulls /${{ steps.pr_num_reader.outputs.content }}" >> $GITHUB_OUTPUT
30
+ run : echo "LINK=https://github.com/${{ github.repository }}/pull /${{ steps.pr_num_reader.outputs.content }}" >> $GITHUB_OUTPUT
31
31
32
32
- name : notify
33
33
uses : docker://tencentcom/wecom-message:latest
Original file line number Diff line number Diff line change 1
1
# Ansible
2
2
3
- Ansible可以帮助您展示价值,连接团队,并为您的组织带来效率 。
3
+ Ansible 可以向指定的IP执行任务,完成对 VM 集群的的自动化管理 。
4
4
5
5
## 在 Docker 上使用
6
6
@@ -27,3 +27,7 @@ master:
27
27
playbook : deployment/playbook.yml
28
28
inventory : deployment/hosts.yml
29
29
` ` `
30
+
31
+ ## 更多用法
32
+
33
+ 参见 [ansible/ansible](https://github.com/ansible/ansible)
You can’t perform that action at this time.
0 commit comments