container image list in readme
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
- name: "{{ container_prefix }} : {{ container_action }}"
|
||||
community.general.scaleway_compute:
|
||||
commercial_type: "{{ item.host_type|default( scw_type )}}"
|
||||
commercial_type: "{{ scw_type|default( scw_type )}}"
|
||||
region: par1
|
||||
name: "{{ container_name }}.{{container_domain }}"
|
||||
state: "{{ (container_action == 'delete' ) | ternary( 'absent', 'running' ) }}"
|
||||
|
||||
Reference in New Issue
Block a user