Fix value of state.
This commit is contained in:
parent
76f6aabcd4
commit
ff06a0e256
1 changed files with 2 additions and 2 deletions
|
@ -28,11 +28,11 @@
|
|||
- dest: /usr/lib/python2.7/site-packages/pdc/apps/componentbranch/management
|
||||
state: directory
|
||||
- dest: /usr/lib/python2.7/site-packages/pdc/apps/componentbranch/management/__init__.py
|
||||
state: present
|
||||
state: file
|
||||
- dest: /usr/lib/python2.7/site-packages/pdc/apps/componentbranch/management/commands/
|
||||
state: directory
|
||||
- dest: /usr/lib/python2.7/site-packages/pdc/apps/componentbranch/management/commands/__init__.py
|
||||
state: present
|
||||
state: file
|
||||
tags:
|
||||
- pdc
|
||||
- cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue