mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 00:46:26 +01:00
fix: use fully qualified container image name including the registry
This commit is contained in:
parent
c4ae78adec
commit
5958187966
@ -31,7 +31,7 @@ tasks:
|
||||
- id: ansible_task
|
||||
type: io.kestra.plugin.ansible.cli.AnsibleCLI
|
||||
docker:
|
||||
image: cytopia/ansible:latest-tools
|
||||
image: docker.io/cytopia/ansible:latest-tools
|
||||
user: "1000" # required to set ssh key permissions
|
||||
env:
|
||||
"ANSIBLE_HOST_KEY_CHECKING": "false"
|
||||
|
@ -22,7 +22,7 @@ tasks:
|
||||
# <--
|
||||
type: io.kestra.plugin.ansible.cli.AnsibleCLI
|
||||
docker:
|
||||
image: cytopia/ansible:latest-tools
|
||||
image: docker.io/cytopia/ansible:latest-tools
|
||||
env:
|
||||
"ANSIBLE_HOST_KEY_CHECKING": "false"
|
||||
# --> (optional) when using a different remote user
|
||||
|
@ -27,7 +27,7 @@ tasks:
|
||||
# <--
|
||||
type: io.kestra.plugin.ansible.cli.AnsibleCLI
|
||||
docker:
|
||||
image: cytopia/ansible:latest-tools
|
||||
image: docker.io/cytopia/ansible:latest-tools
|
||||
user: "1000" # required to set ssh key permissions
|
||||
env:
|
||||
"ANSIBLE_HOST_KEY_CHECKING": "false"
|
||||
|
Loading…
Reference in New Issue
Block a user