Skip to content

Commit

Permalink
Fixes syntax error: expected <block end>, but found '<scalar>' (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee authored Aug 29, 2022
1 parent ddc8800 commit 2c5ed71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rich>=10.0.0,<11.0.0
molecule===2.22
docker
netaddr
Expand Down
4 changes: 2 additions & 2 deletions tasks/install_linux_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
args:
creates: /etc/yum.repos.d/hashicorp.repo
when: "ansible_distribution|lower == 'redhat' or ansible_distribution|lower == 'centos' or \
ansible_distribution|lower == 'fedora' or ansible_distribution|lower == 'amazon'" or \
ansible_distribution|lower == 'rocky'
ansible_distribution|lower == 'fedora' or ansible_distribution|lower == 'amazon' or \
ansible_distribution|lower == 'rocky'"

- name: Add an Apt signing key, uses whichever key is at the URL
apt_key:
Expand Down

0 comments on commit 2c5ed71

Please sign in to comment.