Commit a061dce5 authored by Clement Bois's avatar Clement Bois
Browse files

chore: keep public-key as deprecated input

parent 1c39af5a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@
      "description": "The Ansible SSH public key associated to the private key to be use in all stages (can be overridden per env)",
      "advanced": true
    },
    {
      "name": "ANSIBLE_PUBLIC_KEY",
      "description": "Backward compatibility. Use `default-public-key` instead",
      "advanced": true
    },
    {
      "name": "ANSIBLE_DEFAULT_INVENTORY",
      "description": "The default inventory, if used"