mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-08-09 00:44:35 +00:00
Fix syntax error in deployer tasks
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- nginx
|
- nginx
|
||||||
|
|
||||||
- name: "Deployer - Nginx - Configure - Generating & Transferring Files"
|
- name: "Deployer - Nginx - Configure - Generating & Transferring Files"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: '{{ item.src }}'
|
src: '{{ item.src }}'
|
||||||
dest: '~/data/nginx/{{ item.path }}'
|
dest: '~/data/nginx/{{ item.path }}'
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- nginx
|
- nginx
|
||||||
|
|
||||||
- name: "Deployer - Nginx - Pull Image"
|
- name: "Deployer - Nginx - Pull Image"
|
||||||
containers.podman.podman_image:
|
containers.podman.podman_image:
|
||||||
name: docker.io/library/nginx
|
name: docker.io/library/nginx
|
||||||
tag: latest
|
tag: latest
|
||||||
|
Reference in New Issue
Block a user