Skip to content

Commit

Permalink
Adjust sync script and exclude correct variables in yaml envelope of …
Browse files Browse the repository at this point in the history
…scripts
  • Loading branch information
andywaltlova authored Apr 9, 2024
1 parent 333c763 commit 60e46a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/sync_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
vars:
insights_signature: |
ascii_armored gpg signature
insights_signature_exclude: /vars/insights_signature,/vars/content_vars
insights_signature_exclude: /vars/insights_signature
interpreter: /usr/bin/python
content: |
placeholder
Expand Down
2 changes: 1 addition & 1 deletion playbooks/leapp_preupgrade_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
vars:
insights_signature: |
ascii_armored gpg signature
insights_signature_exclude: /vars/insights_signature,/vars/content_vars
insights_signature_exclude: /vars/insights_signature
interpreter: /usr/bin/python
content: |
import json
Expand Down
2 changes: 1 addition & 1 deletion playbooks/leapp_upgrade_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
vars:
insights_signature: |
ascii_armored gpg signature
insights_signature_exclude: /vars/insights_signature,/vars/content_vars
insights_signature_exclude: /vars/insights_signature
interpreter: /usr/bin/python
content: |
import json
Expand Down

0 comments on commit 60e46a4

Please sign in to comment.