This commit is contained in:
Mangiang 2021-11-02 14:57:01 -04:00
parent eddf9a7139
commit 64bcbac9e7
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C

View File

@ -61,7 +61,7 @@ steps:
- name: add ansible config
image: ubuntu:impish
commands:
- printf "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path\nssh_args=''" > /etc/ansible/ansible.cfg
- mkdir -p /etc/ansible && printf "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path\nssh_args=''" > /etc/ansible/ansible.cfg
- name: apply ansible playbook
image: plugins/ansible:3