Skip to content

Commit

Permalink
Limit bogus changed messages from command module
Browse files Browse the repository at this point in the history
  • Loading branch information
dkobras committed May 28, 2020
1 parent 2f7ba86 commit 0de7c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/greenlight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@

- name: Examine BBB configuration
command: /usr/bin/bbb-conf --secret
changed_when: false
register: bbb_conf_secret
tags:
- greenlight-config
Expand Down Expand Up @@ -163,6 +164,7 @@

- name: Read greenlight secret from file
command: cat "{{ bbb_greenlight_etcdir }}/.rails.secret"
changed_when: false
register: bbb_greenlight_rails_secret_content
tags:
- greenlight-config
Expand Down Expand Up @@ -200,6 +202,7 @@

- name: Read greenlight database secret from file
command: cat "{{ bbb_greenlight_etcdir }}/.db.secret"
changed_when: false
register: bbb_greenlight_db_secret_content
when: bbb_greenlight_db_secret_file.stat.exists
tags:
Expand Down
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@

- name: Check BigBlueButton installation
command: bbb-conf --check
changed_when: false
register: bbb_check_out
tags:
- bbb-check_install
Expand Down

0 comments on commit 0de7c8c

Please sign in to comment.