Repository

registry_repository

This is a module that supports creating, updating or destroying Repositories

Example Syntax


name: Ensure Repository does not exist
ionoscloudsdk.ionoscloud.registry_repository:
  registry: ''
  repository: repo-name
  state: absent

For more examples please check out the tests here.

state: absent

  
name: Ensure Repository does not exist
ionoscloudsdk.ionoscloud.registry_repository:
  registry: ''
  repository: repo-name
  state: absent

Available parameters for state absent:

Last updated