What is the purpose of the 'register' keyword combined with 'until' in Ansible?
-
A
Retries a task until the registered output meets a condition
-
B
Registers a variable permanently across playbooks
-
C
Loops through tasks until a counter is reached
-
D
Stores output until the playbook ends