Browse Source

Add apt-get upgrade, local .gitignore

Anuj Bansal 3 years ago
parent
commit
9eb5112770
2 changed files with 8 additions and 0 deletions
  1. 5 0
      devops/infrastructure/.gitignore
  2. 3 0
      devops/infrastructure/main.yml

+ 5 - 0
devops/infrastructure/.gitignore

@@ -0,0 +1,5 @@
+# Ignore files created by deployment scripts
+bash-config.cfg
+inventory
+data-*
+chain_spec_output.txt

+ 3 - 0
devops/infrastructure/main.yml

@@ -84,6 +84,9 @@ Resources:
             # Update all packages
             apt-get update -y
 
+            # Install the updates
+            apt-get upgrade -y
+
             # Get latest cfn scripts and install them;
             apt-get install -y python3-setuptools
             mkdir -p /opt/aws/bin