We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7de7bd commit b67e4c2Copy full SHA for b67e4c2
scripts/playbooks/deploy-servers.yml
@@ -39,6 +39,9 @@
39
setype: httpd_var_run_t
40
target: "{{ data_dir }}/nginx.sock"
41
become: true
42
+ - import_tasks: tasks/podman-deploy.yml
43
+ vars:
44
+ instance_role: server
45
- name: Check whether a preexisting socket exists
46
stat:
47
path: "{{ data_dir }}/nginx.sock"
@@ -47,9 +50,6 @@
50
command: "restorecon -v {{ data_dir }}/nginx.sock"
48
51
49
52
when: nginx_sock.stat.exists
- - import_tasks: tasks/podman-deploy.yml
- vars:
- instance_role: server
53
- name: Create superuser
54
when: superuser_name != ""
55
shell: |
0 commit comments