pleroma/otp/tasks/main.yaml
changeset 227 2e0366f2dcbe
parent 143 7d4a477be685
equal deleted inserted replaced
226:ce33bf94045f 227:2e0366f2dcbe
     8   become: yes
     8   become: yes
     9   apt: name="{{item}}"
     9   apt: name="{{item}}"
    10   loop:
    10   loop:
    11     - "libmagic-dev"
    11     - "libmagic-dev"
    12     - "libtinfo5"
    12     - "libtinfo5"
       
    13 
       
    14 - name: install libssl1.1 deb
       
    15   become: yes
       
    16   apt: deb="http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_{{arch}}.deb"
    13 
    17 
    14 - name: create pleroma config and data directories
    18 - name: create pleroma config and data directories
    15   become: yes
    19   become: yes
    16   file:
    20   file:
    17     path: "{{item}}"
    21     path: "{{item}}"