В
Size: a a a
В
cc
# vim: set et fenc=utf-8 ff=unix sts=2 sw=2 ts=2 :
---
- name: Install python to servers
hosts: servers
become: true
gather_facts: no
tasks:
- raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
В
C
В
В
C
# vim: set et fenc=utf-8 ff=unix sts=2 sw=2 ts=2 :
---
- name: Install python to servers
hosts: servers
become: true
gather_facts: no
tasks:
- raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
t
cc
В
# vim: set et fenc=utf-8 ff=unix sts=2 sw=2 ts=2 :
---
- name: Install python to servers
hosts: servers
become: true
gather_facts: no
tasks:
- raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
В
C
C
cc
C
C
cc
C
cc
C