Skip to content

Commit

Permalink
Update playbook file extensions in sync script, and rename ansible pl…
Browse files Browse the repository at this point in the history
…aybooks
  • Loading branch information
Peter Zdravecký committed Feb 21, 2024
1 parent 4b96284 commit c9a98f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/sync_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Scripts located in this project
SCRIPT_PATH = "scripts/leapp_script.py"

REPO_PRE_UPGRADE_YAML_PATH = os.path.join(".", "playbooks/leapp_preupgrade_script.yaml")
REPO_UPGRADE_YAML_PATH = os.path.join(".", "playbooks/leapp_upgrade_script.yaml")
REPO_PRE_UPGRADE_YAML_PATH = os.path.join(".", "playbooks/leapp_preupgrade_script.yml")
REPO_UPGRADE_YAML_PATH = os.path.join(".", "playbooks/leapp_upgrade_script.yml")

WORKER_PRE_UPGRADE_YAML_PATH = os.path.join(
"..", "rhc-worker-script/development/nginx/data/leapp_preupgrade.yml"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c9a98f9

Please sign in to comment.