docker login
This commit is contained in:
parent
a10c98d5bc
commit
62c55b9fa8
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@
|
||||||
|
|
||||||
- name: Make sure a service http-server-status.service is running
|
- name: Make sure a service http-server-status.service is running
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
state: http-server-status.service
|
state: started
|
||||||
name: httpd
|
name: http-server-status.service
|
||||||
|
|
||||||
- name: Allow everything and enable UFW
|
- name: Allow everything and enable UFW
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
|
|
Loading…
Reference in a new issue