[CORD-1145]
Option to enable apt-cache, conform feature toggles

Change-Id: I560808f4bf292063f9a5d6826b247520e5df3a04
diff --git a/copy-profile-playbook.yml b/copy-profile-playbook.yml
index 17beb92..67c9353 100644
--- a/copy-profile-playbook.yml
+++ b/copy-profile-playbook.yml
@@ -16,11 +16,11 @@
   roles:
     - { role: copy-profile, become: yes }
     - { role: ssh-install, become: yes }
-    - { role: glance-images, become: yes, when: on_maas }
-    - { role: copy-credentials, become: yes, when: on_maas }
+    - { role: glance-images, become: yes, when: use_maas }
+    - { role: copy-credentials, become: yes, when: use_maas }
 
 - name: Install ssh keys when using MaaS
   hosts: build
   roles:
-    - { role: ssh-install-maas, become: yes, when: on_maas }
+    - { role: ssh-install-maas, become: yes, when: use_maas }