File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
package
50
50
51
51
- name : Install ansible
52
- run : pip3 install --user ansible==2.9.27
52
+ run : pip3 install --user ansible==2.10.17
53
53
54
54
- name : Run deploy.sh
55
55
env :
Original file line number Diff line number Diff line change 1
1
# Ansible inventory file
2
- # See: https://docs.ansible.com/ansible/2.9 /user_guide/intro_inventory.html
2
+ # See: https://docs.ansible.com/ansible/2.10 /user_guide/intro_inventory.html
3
3
4
4
[prod]
5
5
my-stamps.ru
6
6
7
7
[all:vars]
8
- # https://docs.ansible.com/ansible/2.9 /reference_appendices/python_3_support.html#using-python-3-on-the-managed-machines-with-commands-and-playbooks
9
- # https://docs.ansible.com/ansible/2.9 /reference_appendices/interpreter_discovery.html
8
+ # https://docs.ansible.com/ansible/2.10 /reference_appendices/python_3_support.html#using-python-3-on-the-managed-machines-with-commands-and-playbooks
9
+ # https://docs.ansible.com/ansible/2.10 /reference_appendices/interpreter_discovery.html
10
10
ansible_python_interpreter=/usr/bin/python3
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ cleanup() {
24
24
trap ' cleanup' EXIT SIGHUP SIGINT SIGTERM
25
25
26
26
# Disable host key checking to suppress interactive prompt.
27
- # See: https://docs.ansible.com/ansible/2.9 /user_guide/connection_details.html#host-key-checking
27
+ # See: https://docs.ansible.com/ansible/2.10 /user_guide/connection_details.html#managing- host-key-checking
28
28
export ANSIBLE_HOST_KEY_CHECKING=False
29
29
30
30
# Make the output of a failed task human readable.
31
- # See: https://docs.ansible.com/ansible/2.9 /reference_appendices/config.html#envvar-ANSIBLE_STDOUT_CALLBACK
31
+ # See: https://docs.ansible.com/ansible/2.10 /reference_appendices/config.html#envvar-ANSIBLE_STDOUT_CALLBACK
32
32
export ANSIBLE_STDOUT_CALLBACK=debug
33
33
34
34
if [ -z " ${VAULT_PASSWORD:- } " ]; then
You can’t perform that action at this time.
0 commit comments