diff --git a/playbook.yml b/playbook.yml index e983820..867f65d 100644 --- a/playbook.yml +++ b/playbook.yml @@ -137,6 +137,9 @@ - name: Docker login ansible.builtin.shell: docker login -u {{ docker_username }} -p {{ docker_password }} + - name: Docker pull hello-world + ansible.builtin.shell: docker pull ritualnetwork/hello-world-infernet:latest + # - name: Update journald log SystemMaxUse=2G configuration # ansible.builtin.lineinfile: # path: /etc/systemd/journald.conf