Remove invalid os-collect-config call

Removed invalid direct call to os-collect-config that appears
to have made it past a previous merge conflict as os-collect-config
cannot be invoked again until the sentinel file is removed which is
handled later on in the sequence.

Change-Id: I41a98a4ec7a9bc3c8821121162fa4b971ac8ae01
This commit is contained in:
Julia Kreger 2015-01-15 09:23:43 -05:00
parent 45326b5fd7
commit 706138e36d
1 changed files with 0 additions and 2 deletions

View File

@ -281,8 +281,6 @@
- include: refresh_config.yml
- name: "Work around apache2 starting up at boot w/o config..."
service: name=apache2 enabled=no state=stopped
- name: "Run os-collect-config"
command: os-collect-config --force --one
- include: step_reset_mnt_state_permissions.yml
# Directly call os-apply-config to write out configuration files.
- include: step_os-apply-config.yml