Skip to content

Commit

Permalink
Merge pull request #197 from jt-edb/pin_ansible_collection_version
Browse files Browse the repository at this point in the history
Pin edb-ansible collection version
  • Loading branch information
vibhorkumar123 authored Jul 14, 2021
2 parents 1b832ec + 889e539 commit f6b3f51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion edbdeploy/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Project:
'vmware-wkstn'
)
terraform_templates = ['variables.tf.template', 'tags.tf.template']
ansible_collection_name = 'edb_devops.edb_postgres'
ansible_collection_name = 'edb_devops.edb_postgres:3.4.0'

def __init__(self, cloud, name, env, bin_path=None):
self.env = env
Expand Down
2 changes: 1 addition & 1 deletion edbdeploy/projects/aws_pot.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class AWSPOTProject(Project):

ansible_collection_name = 'edb_devops.edb_postgres:3.3.2'
ansible_collection_name = 'edb_devops.edb_postgres:3.4.0'
aws_collection_name = 'community.aws:1.4.0'

def __init__(self, name, env, bin_path=None):
Expand Down
2 changes: 1 addition & 1 deletion edbdeploy/projects/azure_pot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class AzurePOTProject(Project):

ansible_collection_name = 'edb_devops.edb_postgres:3.3.2'
ansible_collection_name = 'edb_devops.edb_postgres:3.4.0'
aws_collection_name = 'community.aws:1.4.0'

def __init__(self, name, env, bin_path=None):
Expand Down
2 changes: 1 addition & 1 deletion edbdeploy/projects/gcloud_pot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class GCloudPOTProject(Project):

ansible_collection_name = 'edb_devops.edb_postgres:3.3.2'
ansible_collection_name = 'edb_devops.edb_postgres:3.4.0'
aws_collection_name = 'community.aws:1.4.0'

def __init__(self, name, env, bin_path=None):
Expand Down

0 comments on commit f6b3f51

Please sign in to comment.